ExerciceBootstarpV2

This commit is contained in:
Noel Thomy
2024-10-21 23:38:02 +04:00
parent d00ca854d5
commit 989ef381f5
3 changed files with 11 additions and 4 deletions
+8 -1
View File
@@ -1,8 +1,15 @@
form{
#connection{
width: 20%;
margin: 64px auto;
background-color: rgb(245, 238, 230);
border-radius: 10%;
box-shadow: black;
padding: 32px;
}
h1{
text-align: center;
}
#navig{
height: 100px;
background-color: #009BDE;