forked from rebillar/site-accueil-insa
41 lines
No EOL
545 B
CSS
41 lines
No EOL
545 B
CSS
section {
|
|
background-color: rgba(255,255,255,0.3);
|
|
max-width: 800px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
/*padding: 50px;*/
|
|
font-size: 1.2rem;
|
|
margin-top: 40px;
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
#texte {
|
|
margin: 50px;
|
|
}
|
|
|
|
section ul li {
|
|
list-style: inside;
|
|
}
|
|
|
|
.ex_blouse {
|
|
display: block;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
max-width: 60vw;
|
|
}
|
|
|
|
.img_blouse {
|
|
diplay: inline-block;
|
|
width: 20vw;
|
|
margin: 10px;
|
|
}
|
|
|
|
#photos_blouse {
|
|
display: block;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
width: 100%;
|
|
margin: 0;
|
|
text-align: center;
|
|
} |