Difference between revisions of "Team:Oxford/CSS"

(Blanked the page)
Line 1: Line 1:
 +
<style type="text/css">
 +
#click {
 +
   
 +
}
 +
.tab {
 +
margin-left:40px;
 +
}
  
 +
 +
.h2BorderTop {
 +
border-top:3px dotted #3378b8;
 +
}
 +
 +
body {
 +
font-family:Avenir !important;
 +
line-height:2;
 +
background-color: aliceblue;
 +
 +
}
 +
 +
p {
 +
font-family:Avenir !important;
 +
line-height:2;
 +
font-size:12px;
 +
}
 +
 +
body {
 +
    background-image: url("paper.gif");
 +
    background-color: #cccccc;
 +
}
 +
td {
 +
    background-color: cadetblue
 +
}
 +
 +
</style>

Revision as of 11:12, 13 July 2016

<style type="text/css">

  1. click {

} .tab { margin-left:40px; }


.h2BorderTop { border-top:3px dotted #3378b8; }

body { font-family:Avenir !important; line-height:2; background-color: aliceblue;

}

p { font-family:Avenir !important; line-height:2; font-size:12px; }

body {

   background-image: url("paper.gif");
   background-color: #cccccc;

} td {

   background-color: cadetblue

}

</style>