Team:Exeter

From 2013.igem.org

(Difference between revisions)
(test)
Line 1: Line 1:
<html>
<html>
   <head>
   <head>
-
       <title>CSS example</title>
+
       <title>Paint by Coli</title>
-
      ...
+
 
       <style type="text/css">
       <style type="text/css">
-
         a {
+
         body {
-
             color: green;
+
             background-color: green;
-
         }
+
         }     </style>
-
        a.external {
+
-
            color: red;
+
-
        }
+
-
        #bestImage {
+
-
            border: 1px solid green;
+
-
            width: 500px;
+
-
        }
+
-
        .red {
+
-
            color: red;
+
-
        }
+
-
        ...
+
-
      </style>
+
   </head>
   </head>
   <body>
   <body>
-
       <p '''style="color: red;">Just some text</p>
+
       <p>Just some text</p>
   </body>
   </body>
</html>
</html>

Revision as of 18:05, 29 August 2013

Paint by Coli

Just some text