You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
475 B

.Vert
{
position: absolute;
top: 20px;
border: solid 2px green;
text-align: center;
border-radius: 2em;
padding-top: 5px;
padding-bottom: 5px;
width: 200px;
margin-left: auto;
margin-right: auto;
}
.Noir
{
border: solid 2px black;
position: relative;
top: 20px;
margin-top: 50px;
margin-bottom: 50px;
}
.Rouge
{
position: relative;
top: 20px;
border: solid 2px red;
z-index: 2;
}
.Orange
{
border: solid 2px orange;
z-index: 1;
/*display: none;*/
}