Mise à jour de 'css/style.css'
continuous-integration/drone/push Build is passing Details

master
Louis GERMAIN 1 year ago
parent 5d9439da38
commit 491682f7cd

@ -125,4 +125,31 @@ nav > div:hover .sous {
top:32px;
width: 20.05vw;
left: 20vw;
}
section, form {
width: 75vw;
margin-left: 5vw;
margin-right: 5vw;
background: linear-gradient(to right, gray, lightgray 85%);
margin-bottom: 2vh;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
}
.description{
font-size: 1.15em;
padding: 2%;
border: 2px solid black;
border-top:none;
border-bottom-left-radius: 10px;
}
section h2 {
clear: left;
background-color: black;
border-top-right-radius: 10px;
padding: 1%;
margin-bottom: 0px;
}
Loading…
Cancel
Save