forked from vergnet/site-accueil-insa
64 lines
No EOL
898 B
CSS
64 lines
No EOL
898 B
CSS
main {
|
|
text-align: center;
|
|
}
|
|
|
|
section {
|
|
display: block;
|
|
background-color: rgba(255,255,255,0.5);
|
|
width: 80%;
|
|
max-width: 800px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding: 50px;
|
|
font-size: 1.2rem;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
table.out {
|
|
margin-top: 50px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
width: 80%;
|
|
padding: 40px;
|
|
/*background-color: rgba(255,255,255,0.5);*/
|
|
}
|
|
|
|
span.box-point {
|
|
padding: 0;
|
|
display: block;
|
|
width: 80%;
|
|
height: 70px;
|
|
background-color: rgba(0,0,0,0.5);
|
|
border-radius: 20px;
|
|
color: white;
|
|
border: 3px solid white;
|
|
margin: 10px auto 0;
|
|
}
|
|
|
|
table.in {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
table.in .left {
|
|
width: 70%;
|
|
}
|
|
|
|
table.in .right {
|
|
width: 30%;
|
|
}
|
|
|
|
.title_in {
|
|
display: inline-block;
|
|
background-color: white;
|
|
color: black;
|
|
padding: 20px;
|
|
margin: 0 3.5vw 3.5vw;
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
@media (max-width: 700px) {
|
|
table.out {
|
|
padding: 0;
|
|
}
|
|
} |