TestField

From 2014hs.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 2: Line 2:
<head>
<head>
<style media="screen" type="text/css">
<style media="screen" type="text/css">
 +
/*Normal CSS*/
a{
a{
     color:#cc0000;
     color:#cc0000;
   text-decoration: none;
   text-decoration: none;
}
}
-
                #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
 
-
    display:none;}
+
/*Removes header footer and borders*/
-
#top-section {
+
#contentSub, #search-controls,.firstHeading, #footer-box, #catlinks, #p-logo {
-
    border: none;
+
display:none;}
-
    height: 0px;}
+
#top-section {
-
#content {
+
  border: none;
-
    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>
</style>
<title>Result</title>
<title>Result</title>
</head>
</head>
<body>
<body>
-
<p>The below link goes to Google!</p>
+
<h1>TESTFIELD</h1>
-
<a href="http://www.google.com/">Google</a>
+
                <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>
</body>
</html>
</html>

Latest revision as of 13:36, 12 March 2014

Result

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