ajout de la page de connection

This commit is contained in:
2024-06-09 04:13:50 +02:00
parent 6c0ca1905a
commit 6ff83097b2
4 changed files with 103 additions and 24 deletions

View File

@@ -25,12 +25,12 @@ section.list img {
nav {
position: fixed;
width: 100%;
background-color: #13171f;
top: 0;
right: 0;
}
h5 {
main.container {
margin-top: 60px;
}
@@ -43,3 +43,16 @@ h5 {
}
section.connexion {
display: flex;
justify-content: space-between;
}
div.authentification {
width: 45%;
}
div.new {
width: 45%;
}