Projet_JS/style.css
2024-12-05 20:20:52 +01:00

39 lines
No EOL
544 B
CSS

#nav_demineur{
width: 100%;
background-color: #2bd7d484;
border-width: 2px;
border-style: double;
height: 25px;
display: flex;
justify-content:flex-start;
}
#body_demineur{
background-color: rgba(128, 128, 128, 0.544);
margin: 0;
}
#jeu{
display: flex;
justify-content: left;
border-width: 2px;
border-style: double;
width: 49%;
}
.item_nav{
margin-top: 3px;
padding-right: 10px;
}
.vertical-line{
border-left: 4px solid #000;
display: inline-block;
height: 400px;
margin: 0 50% ;
padding-top: 0;
}