Template:Team:Carnegie Mellon/Basic Page
From 2012.igem.org
(Difference between revisions)
(Created page with "<html> <head> <style> h1:{color:C41E3A;} </style> </head> <body> <h1> This is a header! </h1> </body> </html>") |
|||
(4 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
<style> | <style> | ||
- | h1:{color:C41E3A;} | + | h1{color: #C41E3A;} |
+ | h2{color: #008751;} | ||
+ | hr {color: #C41E3A; background-color: #C41E3A; height: 5px;} | ||
</style> | </style> | ||
</head> | </head> | ||
- | |||
<body> | <body> | ||
- | <h1> | + | |
+ | <h1> Notebook | ||
+ | <hr> | ||
+ | </h1> | ||
+ | Put some text here... | ||
+ | |||
+ | <h2> Week 1, May 21 - 25 | ||
+ | <hr> | ||
+ | </h2> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 15:17, 24 May 2012