Template:Team:DukeHomePage/CSS

From 2014.igem.org

(Difference between revisions)
Line 82: Line 82:
.main {
.main {
-
position:relative;
+
position:relative;
-
z-index:200;
+
z-index:200;
-
padding:20px;
+
padding:20px;
-
        text-align:center;
+
text-align:center;
}
}
 +
 +
.big {
 +
font-size: 8em;
 +
}
 +
       
</style>
</style>
Line 97: Line 102:
<body>
<body>
<div class="main">
<div class="main">
-
<h1>
+
<div class="big">
Hi
Hi
-
</h1>
+
</div>
</div>
</div>
</body>
</body>
</html>
</html>

Revision as of 18:53, 21 July 2014

Hi