Site fini - ajout de couleur

main
DahmaneYanis 2 years ago
parent 5fb1c78f8a
commit fc14458795

@ -7,6 +7,7 @@ body{
display: flex;
flex-direction: column;
align-items: center;
background-color: #2c2f33;
}
.conteneur
@ -15,8 +16,7 @@ body{
padding-top : 15px;
padding-bottom: 15px;
width : 97%;
border : 1px solid red;
background-color: #2c2f33;
}
.partie
@ -24,6 +24,7 @@ body{
width : 82%;
margin-top: 20px;
padding-bottom: 30px;
background-color: #F3F4F6;
border : 1px solid black;
}
@ -45,10 +46,6 @@ body{
margin-top : 10px;
}
.titreSAE
{
border : 1px solid red;
}
header
{
@ -56,9 +53,10 @@ header
flex-direction : column;
align-items: center;
justify-content: flex-start;
border : 1px solid green;
width: 82%;
margin-bottom : 15px;
color : #F3F4F6;
border : 1px solid #F3F4F6;
}
/*
@ -93,9 +91,18 @@ header
.blocLienQuestion
{
background-color: #D4D4D5;
font-weight: bold;
border : 2px solid #2c2f33;
}
border : 1px solid orange;
.blocLienQuestion:hover
{
background-color: #F3F4F6;
border : 2px solid #2c2f33;
font-weight: bold;
}
.lienQuestion
@ -107,8 +114,6 @@ header
height: 100%;
text-decoration: none;
color : black;
border : 1px solid green;
}
.titreLien
@ -196,16 +201,13 @@ td{
padding-bottom: 30px;
display: flex;
flex-direction: column;
border : 1px solid pink;
background-color: #F3F4F6;
}
.introQuestion
{
display: flex;
flex-direction: column;
border : 1px solid blue;
}
.titreQuestion
@ -218,11 +220,12 @@ td{
.enonce
{
text-align: center;
font-style: italic;
padding-left: 5px;
padding-right: 5px;
align-self: center;
border: 1px solid aqua;
border: 2px solid #2c2f33;
}
#enonce1
@ -240,8 +243,6 @@ td{
line-height : 21px;
font-size: 105%;
text-align: justify;
border: 1px solid brown;
}
.point

Loading…
Cancel
Save