Difference between revisions of "CSS/gifu/project"

 
(16 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
<head>
 
<head>
 
<style type="text/css">
 
<style type="text/css">
 +
table {
 +
text-align: center;
 +
}
 +
 
th {
 
th {
 
  background-color: #000000;
 
  background-color: #000000;
Line 29: Line 33:
 
#pj1 {
 
#pj1 {
 
  float:left;
 
  float:left;
  margin-left: 70px;
+
  margin-left: 130px;
 
}
 
}
  
 
#pj2 {
 
#pj2 {
 
  float:right;
 
  float:right;
 +
margin-right: 20px;
 +
}
 +
 +
#nanka1 {
 +
}
 +
 +
#nanka2 {
 +
margin-right: 100px;
 +
}
 +
 +
img.right {
 +
float: right;
 +
}
 +
 +
img.left {
 +
float: left;
 +
}
 +
 +
p {
 +
clear: both;
 +
margin-left:10px;
 +
margin-right:10px;
 +
font-family:;
 +
}
 +
 +
.center {
 +
text-align:center;
 +
}
 +
.left {
 +
text-align:left;
 +
}
 +
.right {
 +
text-align:right;
 +
}
 +
 +
span{
 +
white-space: pre;
 +
}
 +
 +
.mannaka {
 +
margin-left:auto;
 +
margin-right: auto;
 
}
 
}
  

Latest revision as of 18:11, 18 September 2015