push de la night de Sana

This commit is contained in:
Sana EL HIRI 2021-10-19 17:38:04 +02:00
parent a68bdf93e1
commit ca6a0dba62
4 changed files with 61 additions and 36 deletions

View file

@ -1,47 +1,54 @@
body{
background-color:#2A4158;
background-color: #031010;
color: #fff;
text-align: center;
}
.header{
header{
width: 100%;
height: 200px;
text-align: center;
margin: 50px;;
background-color:#2A4158;
}
ul{
display:flex;
justify-content: center;
.navAccueil{
}
li{
color:#fff;
padding: 10px;
.navSearch{
border-radius: 10% 10% 0% 0%;
margin :25px;
list-style: none;
font-size:18px;
}
.active{
background-color: #000;
h1{
font-size: 48px;
}
.body{
width:100%;
h2{
}
img{
width:100%;
height:auto;
.card{
}
a{
color:#fff;
font-size:18px;
.data{
}
h3{
a:hover{
text-decoration: none;
}
p{
}
.boutons{
}
footer{
background-color: #2A4158;
}