2022-06-10 01:41:26 +02:00
|
|
|
section {
|
|
|
|
background-color: rgba(255,255,255,0.3);
|
|
|
|
max-width: 800px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2022-06-10 17:08:15 +02:00
|
|
|
padding-bottom: 50px;
|
2022-06-10 01:41:26 +02:00
|
|
|
font-size: 1.2rem;
|
|
|
|
margin-top: 40px;
|
2022-06-10 15:27:42 +02:00
|
|
|
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;
|
2022-06-10 01:41:26 +02:00
|
|
|
}
|