Public Access
5
0

changement a stan

This commit is contained in:
2025-11-28 11:45:30 -05:00
parent 190e5617d3
commit a653265b1a
5 changed files with 188 additions and 7 deletions

View File

@@ -42,6 +42,16 @@
/** FIN DE SECTION modifier par script **/
.sidebyside {
display: flex;
}
.centered {
text-align: center;
margin: auto;
display: block;
}
body {
min-height: 100vh;
/* Pour footer at bottom from : https://douiri.org/blog/fix-footer-bottom-css/ */
@@ -255,6 +265,30 @@ footer {
}
.aPropos .sidebyside>div {
margin: 5px 20px;
}
.aPropos textarea {
resize: none;
width: 100%;
}
.aPropos form {
width: 70ch;
margin: auto;
background-color: #273A56;
border-radius: 15px;
padding: 10px;
color: #E6ECF3;
overflow:scroll;
}
.aPropos fieldset {
padding: 10px;
width: 100%;
border-color: #606060;
margin: 10px auto;
}
/*.aPropos div {*/
/* display: block; */
/*}*/