Etudes/BTS/Web/Premiere annee/Evaluation1/style.css
2016-10-14 17:52:18 +02:00

28 lines
462 B
CSS

/*body { width:600px; margin-left:auto; margin-right:auto; }
form { background-color:#efefef; }
.under { text-decoration:underline; }*/
.page-header{
border-bottom: double 6px black;
}
.page-title{
font-family: sans-serif;
}
.content{
position: absolute;
left: 30%;
}
.tableTitle{
color: white;
background-color: #3465A4;
font-size: 30px;
text-align: center;
}
.tableResult{
background-color: #3465A4;
color: white;
}