forked from vergnet/site-accueil-insa
64 lines
No EOL
872 B
CSS
64 lines
No EOL
872 B
CSS
body {
|
|
color: white;
|
|
background-color: white;
|
|
}
|
|
|
|
.box-jaune h1 {
|
|
margin: 0 0 0.5em;
|
|
padding: 0;
|
|
}
|
|
|
|
section h1 {
|
|
margin: 0;
|
|
padding: 10px;
|
|
}
|
|
|
|
section h4 {
|
|
margin: 0;
|
|
padding: 10px;
|
|
}
|
|
|
|
#main_content {
|
|
display: block;
|
|
background-color: rgba(255,255,255,0); //pour mettre un magnifique fond
|
|
width: 40%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
section {
|
|
display: block;
|
|
width: 80%;
|
|
padding: 0;
|
|
margin: 20px auto auto;
|
|
align-items: center;
|
|
border: 5px solid white;
|
|
background: rgba(0,0,0,0.5);
|
|
}
|
|
|
|
section ul {
|
|
list-style-type: none;
|
|
}
|
|
|
|
section li {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
section .title_com {
|
|
width: 100%;
|
|
background-color: white;
|
|
color: black;
|
|
margin: 0px;
|
|
padding: 10px 0px 10px 0px;
|
|
|
|
}
|
|
|
|
.fonction_bureau {
|
|
display: inline-block;
|
|
background-color: white;
|
|
color: black;
|
|
padding: 10px;
|
|
margin-top: 0;
|
|
font-size: 1.5rem;
|
|
} |