dontmeetme/styles/today/index.css
Frédéric Egenscheviller a03904aed7 modifs index, ajout texte
2021-11-02 14:15:14 +01:00

66 lines
980 B
CSS

h1{
text-align: center;
}
#intropage{
text-align: center;
}
.imgbouton{
width: 350px;
height: auto;
border-radius: 5px;
}
#makeachoicehf{
display: flex;
flex-direction: row;
justify-content: center;
margin: auto;
width: auto;
padding-top: 2rem;
padding-bottom: 2rem ;
gap: 1rem;
}
.tuile {
border-radius: 10px;
margin: 7px;
height: auto;
width: 350px;
border: solid black 4px;
background: rgb(105, 146, 67);
transition : 0.3s ease-in-out;
display:flex;
flex-direction: column;
justify-content:center;
text-decoration: none;
text-align: center;
align-items: center;
}
.tuile:hover{
background-color: rgb(255, 255, 255);
box-shadow: black ;
transform:scale(1.05);
}
p{
color: black;
}
#comments{
display: flex;
align-items: flex-start;
justify-content: center;
}
.avis{
width: 10rem;
height: auto;
}
.caption{
font-size: 1rem;
}