Team:UT-Tokyo/CSS

From 2014.igem.org

(Difference between revisions)
(Created page with ".body{ font-size:50px; }")
 
(One intermediate revision not shown)
Line 1: Line 1:
-
.body{
+
<style type="text/css">
-
font-size:50px;
+
 
 +
body {
 +
background-color: black;
 +
width: 1000px;
}
}
 +
#index_header {
 +
margin: 0 auto;
 +
}
 +
#navi_menu{
 +
margin: 0 auto;
 +
#navi_menu ul{
 +
list-style-type:none;
 +
}
 +
#navi_menu li a{
 +
float: left;
 +
width: 160px;
 +
display: block;
 +
}
 +
</style>

Latest revision as of 08:35, 12 August 2014

<style type="text/css">

body { background-color: black; width: 1000px; }

  1. index_header {

margin: 0 auto; }

  1. navi_menu{

margin: 0 auto;

  1. navi_menu ul{

list-style-type:none; }

  1. navi_menu li a{

float: left; width: 160px; display: block; } </style>