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.

136 lines
1.8 KiB

/*
=======================================
Général
=======================================
*/
body{
display: flex;
flex-direction: column;
align-items: center;
}
.conteneur
{
display: flex;
}
/*
=========================================
Titre SAE
=========================================
*/
#SAE
{
font-size : 70px;
margin : 10px;
}
#DECOUVERTE
{
font-size : 38px;
margin-top : 10px;
}
.titreSAE
{
border : 1px solid red;
}
header
{
display : flex;
flex-direction : column;
align-items: center;
justify-content: flex-start;
border : 1px solid green;
width: 82%;
margin-bottom : 15px;
}
/*
========================================
Sommaire
========================================
*/
#sommaire
{
width : 82%;
display: flex;
flex-direction: column;
border : 1px solid black;
}
#titreSommaire
{
font-size: 33px;
margin-left: 20px;
}
#liensQuestions
{
justify-content: space-around;
flex-direction: row;
padding-top : 15px;
padding-bottom: 15px;
width : 95%;
align-self : center;
margin-bottom: 30px;
border : 1px solid red;
}
.blocLienQuestion
{
border : 1px solid orange;
}
.lienQuestion
{
display: flex;
flex-direction: column;
justify-content: center;
width : 100%;
height: 100%;
text-decoration: none;
color : black;
border : 1px solid green;
}
.titreLien
{
padding-left : 10px;
padding-right : 10px;
font-size: 22px;
}
/*
table
{
border-collapse: collapse;
}
td{
border : 1px solid black;
font-size : 25px;
display: inline-block;
}
.questionP
{
text-align: center;
border : 1px solid purple;
}
.question
{
border: 3px solid orange;
display: block;
width : 100%;
margin : 0px;
}
*/