forked from vergnet/site-accueil-insa
65 lines
No EOL
854 B
CSS
65 lines
No EOL
854 B
CSS
body {
|
|
color: white;
|
|
background-color: white;
|
|
}
|
|
|
|
#boxjaune h1 {
|
|
margin: 0;
|
|
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;
|
|
padding: 30px;
|
|
font-size: 23px;
|
|
}
|
|
|
|
section {
|
|
display: block;
|
|
width: 80%;
|
|
padding: 0;
|
|
margin: auto;
|
|
margin-top: 20px;
|
|
align-items: center;
|
|
border: 5px solid white;
|
|
}
|
|
|
|
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: 30px;
|
|
} |