Brief_starWars/css/style.css
2021-10-19 17:38:04 +02:00

54 lines
360 B
CSS

body{
background-color: #031010;
color: #fff;
text-align: center;
}
header{
width: 100%;
height: 200px;
text-align: center;
background-color:#2A4158;
}
.navAccueil{
}
.navSearch{
}
h1{
font-size: 48px;
}
h2{
}
.card{
}
.data{
}
h3{
}
p{
}
.boutons{
}
footer{
background-color: #2A4158;
}