petites modifs
This commit is contained in:
parent
c1a88d91e5
commit
b5defa213d
@ -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{
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user