BasesWeb/FRONTEND/StyleCss/StyleAccueilLoisirs.css

23 lines
233 B
CSS
Raw Normal View History

2022-10-27 17:22:05 +02:00
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;
}