TestField
From 2014hs.igem.org
(Difference between revisions)
DanielBlue (Talk | contribs) |
DanielBlue (Talk | contribs) |
||
(7 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | <head> | + | <head> |
- | < | + | <style media="screen" type="text/css"> |
- | + | /*Normal CSS*/ | |
- | + | a{ | |
- | + | color:#cc0000; | |
- | + | text-decoration: none; | |
- | + | } | |
- | + | ||
+ | /*Removes header footer and borders*/ | ||
+ | #contentSub, #search-controls,.firstHeading, #footer-box, #catlinks, #p-logo { | ||
+ | display:none;} | ||
+ | #top-section { | ||
+ | border: none; | ||
+ | height: 0px;} | ||
+ | #content { | ||
+ | border: none; | ||
+ | } | ||
+ | /*Redesigning the top menubar*/ | ||
+ | /* Removes "teams" from the menubar */ | ||
+ | #menubar > ul > li:last-child {display: none;} | ||
+ | /* Resizes the menubar to fik the links (default is 400px) */ | ||
+ | #menubar {width: auto;} | ||
+ | </style> | ||
+ | <title>Result</title> | ||
+ | </head> | ||
+ | <body> | ||
+ | <h1>TESTFIELD</h1> | ||
+ | <p>This domain is currently taken away by technical monkeys from Team Mingdao to test the possibilities of integrating CSS into HTML</p> | ||
+ | <h2>and guess what?</h2> | ||
+ | <p>IT WORKED</p> | ||
+ | </body> | ||
</html> | </html> |
Latest revision as of 13:36, 12 March 2014
TESTFIELD
This domain is currently taken away by technical monkeys from Team Mingdao to test the possibilities of integrating CSS into HTML
and guess what?
IT WORKED