23 lines
233 B
CSS
23 lines
233 B
CSS
|
h1 {
|
||
|
color: blue;
|
||
|
text-decoration: underline;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
h3 {
|
||
|
color: blue;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.CasesEnGris{
|
||
|
background-color: grey;
|
||
|
}
|
||
|
|
||
|
#CasesEnHaut{
|
||
|
border: 0px;
|
||
|
box-shadow: 0px;
|
||
|
}
|