Template:Team:Aberdeen Scotland/CSS

From 2014.igem.org

(Difference between revisions)
(Created page with "- body { background-color: #d0e4fe; } h1 { color: orange; text-align: center; } p { font-family: "Times New Roman"; font-size: 20px; }: ")
Line 1: Line 1:
-
/*
 
body {
body {
     background-color: #d0e4fe;
     background-color: #d0e4fe;
Line 13: Line 12:
     font-size: 20px;
     font-size: 20px;
}
}
-
*/
 

Revision as of 09:28, 9 July 2014

body {

   background-color: #d0e4fe;

}

h1 {

   color: orange;
   text-align: center;

}

p {

   font-family: "Times New Roman";
   font-size: 20px;

}