Team:Exeter

From 2013.igem.org

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

Revision as of 18:07, 29 August 2013

CSS example ...

Just some text