You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
622 B
49 lines
622 B
h4{
|
|
margin-left: 20px;
|
|
padding: 10px;
|
|
}
|
|
|
|
table{
|
|
background-color: rgb(190, 171, 255);
|
|
border-radius: 10px;
|
|
border: solid;
|
|
margin-bottom: 20px;
|
|
margin: 100px;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
th{
|
|
text-align: center;
|
|
}
|
|
|
|
td{
|
|
padding-right: initial;
|
|
text-align: center;
|
|
border-left: none;
|
|
border-top: 2px solid black;
|
|
}
|
|
|
|
.date{
|
|
border: 2px solid;
|
|
border-bottom: none;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.annee{
|
|
border: 2px solid;
|
|
border-bottom: none;
|
|
border-radius: 20px;
|
|
background-color: rgb(203, 223, 255);
|
|
}
|
|
|
|
.resum{
|
|
border-left: 2px solid black;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.tab{
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|