Projet_JS/style.css
2024-12-10 15:08:10 +01:00

42 lines
666 B
CSS

#nav_demineur{
width: 100%;
background-position:0cm;
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: center;
/* border-width: 2px;
border-style: double; */
}
#grille{
display : grid;
grid-template-columns : 50px 50px 50px 50px 50px 50px 50px;
grid-template-rows : 50px 50px 50px 50px 50px 50px 50px;
}
.item_nav{
margin-top: 3px;
padding-right: 10px;
}
.button_case{
width : 50px;
height : 50px;
border : 0px;
}