Template:CSS/UT-Tokyo
From 2014.igem.org
(Difference between revisions)
Line 212: | Line 212: | ||
+ | *{ | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
body { | body { | ||
+ | margin: 0 auto; | ||
background-color: black; | background-color: black; | ||
- | width: | + | width: 800px; |
} | } | ||
- | #index_header { | + | #index_header img{ |
- | margin: | + | width: 500px; |
+ | margin-left: 150px; | ||
+ | margin-right: 150px; | ||
+ | |||
} | } | ||
- | # | + | #team img{ |
- | margin: | + | width: 400px; |
- | # | + | margin-left: 200px; |
+ | margin-right: 200px; | ||
+ | } | ||
+ | |||
+ | #index_navi{ | ||
+ | width: 600px; | ||
+ | margin-left: 100px; | ||
+ | margin-right: 100px; | ||
+ | } | ||
+ | |||
+ | #index_menu{ | ||
list-style-type:none; | list-style-type:none; | ||
} | } | ||
- | # | + | #index_menu li img{ |
float: left; | float: left; | ||
- | width: | + | width: 120px; |
display: block; | display: block; | ||
} | } | ||
+ | |||
</style> | </style> |
Revision as of 09:09, 12 August 2014