alignement centré, style les h2 et hr
This commit is contained in:
parent
3657b17969
commit
b78fbd033f
2 changed files with 17 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
.table {
|
||||
font-family: "Poppins";
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
td {
|
||||
|
@ -14,4 +15,15 @@ td {
|
|||
|
||||
.tableRow:nth-child(even) {
|
||||
background-color: #F4F4F4;
|
||||
}
|
||||
|
||||
.vieEtudianteWrapper {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.separator {
|
||||
width: 75%;
|
||||
border: 1px solid #C4C4C4;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue