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.
15 lines
247 B
15 lines
247 B
.blockTitle h1 {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: white;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
}
|
|
.boxEtudiantsCard {
|
|
width: 100%;
|
|
padding: 1%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|