Template:Team:Aberdeen Scotland/CSS

From 2014.igem.org

(Difference between revisions)
Kgizdov (Talk | contribs)
(Created page with "- body { background-color: #d0e4fe; } h1 { color: orange; text-align: center; } p { font-family: "Times New Roman"; font-size: 20px; }: ")
Newer edit →

Revision as of 09:11, 9 July 2014

/* body {

   background-color: #d0e4fe;

}

h1 {

   color: orange;
   text-align: center;

}

p {

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

}

  • /