petites modifs

This commit is contained in:
Frédéric Egenscheviller 2021-11-02 00:14:06 +01:00
parent c1a88d91e5
commit b5defa213d
2 changed files with 22 additions and 4 deletions

View File

@ -1,6 +1,7 @@
.imgbouton{
width: 350px;
height: auto;
border-radius: 5px;
}
#makeachoicehf{
@ -9,7 +10,8 @@
justify-content: center;
margin: auto;
width: auto;
padding-bottom: 30px ;
padding-top: 2rem;
padding-bottom: 2rem ;
gap: 1rem;
}
@ -33,6 +35,7 @@
.tuile:hover{
background-color: rgb(255, 255, 255);
box-shadow: black ;
transform:scale(1.05);
}
p{

View File

@ -1,10 +1,13 @@
body{
background-color: beige;
font-family: 'Zen Kurenaido', sans-serif;
margin: 0;
padding: 0;
}
header{
background:radial-gradient(circle at 50% 50%, rgb(146, 116, 255) 6%, rgb(82, 75, 75) 100%);
}
#title{
display: flex;
justify-content: center;
@ -28,6 +31,14 @@ body{
border-radius: 10px;
}
button{
position: absolute;
}
nav{
padding-bottom: .3rem;
}
nav ul{
display: flex;
flex-direction: row;
@ -40,8 +51,12 @@ nav ul{
a:link
{
text-decoration: none;
}
text-decoration: none;
}
a{
color: black;
}
nav ul li{
transition: 1s;