Upload files to "css"

This commit is contained in:
Alexis HADJEM--BRANCHER 2024-06-16 17:26:27 +02:00
parent a7e2b23690
commit 663e1d3ab3

View File

@ -130,6 +130,34 @@
border-radius: 50px; border-radius: 50px;
text-align: center; text-align: center;
font-size: 140%; font-size: 140%;
}
.commentaire {
width: 400px;
height: 900px;
margin: 100px auto ; /* Augmenter la marge en haut à 100px */
padding: 40px;
background-color: #d4d4d4;
border: none;
border-radius: 50px;
text-align: center;
font-size: 140%;
.event {
width: 400px;
height: 900px;
margin: 100px auto ; /* Augmenter la marge en haut à 100px */
padding: 40px;
background-color: #d4d4d4;
border: none;
border-radius: 50px;
text-align: center;
font-size: 140%;
}
} }
.compteUser{ .compteUser{