fuck les figure, et le comic sans ne veut pas marcher, mais on est la ion vie avec .w.

This commit is contained in:
Djalim Simaila 2021-11-18 20:10:17 +01:00
parent 1e34ed5b3a
commit 097f8b3c6c

View File

@ -2,10 +2,13 @@ body {
background-color: #F8BCFF;
background-repeat: repeat;
background-position: center;
width: 50vw;
width: 800px; /* parce que personne avait une res plus grande en 2005 */
margin: auto;
font-family: Arial, Helvetica, sans-serif;
}
@import url(https://fr.allfont.net/allfont.css?fonts=comic-sans-ms);
header{
display: flex;
align-items: center;
@ -40,6 +43,11 @@ h1,h2,p,#intropage {
text-align: center;
}
h1 {
font-size: 4rem;
font-family: 'comic sans ms', Arial, Helvetica, sans-serif;
}
#makeachoicehf{
margin-top: 4rem;
margin-bottom: 4rem;
@ -61,12 +69,35 @@ h1,h2,p,#intropage {
#makeachoicehf a p{
font-family: 'comic sans ms',Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 2rem;
font-size: 4rem;
margin-left: 3rem;
}
.imgbouton{
width: 200px;
height: auto;
}
#comments {
display: flex;
flex-direction: column;
}
.caption {
text-align: center;
}
.avis {
width: 150px;
height: auto;
justify-content: center;
align-items: center;
}
figure {
border: solid purple 1px;
border-radius: 15px;
flex-direction: row;
}