Brief_starWars/css/style.css

54 lines
360 B
CSS
Raw Normal View History

2021-10-19 14:41:40 +00:00
body{
2021-10-19 15:38:04 +00:00
background-color: #031010;
color: #fff;
text-align: center;
2021-10-19 14:41:40 +00:00
}
2021-10-19 15:38:04 +00:00
header{
2021-10-19 14:41:40 +00:00
width: 100%;
2021-10-19 15:38:04 +00:00
height: 200px;
2021-10-19 14:41:40 +00:00
text-align: center;
2021-10-19 15:38:04 +00:00
background-color:#2A4158;
}
.navAccueil{
}
.navSearch{
2021-10-19 14:41:40 +00:00
}
2021-10-19 15:38:04 +00:00
h1{
font-size: 48px;
2021-10-19 14:41:40 +00:00
}
2021-10-19 15:38:04 +00:00
h2{
2021-10-19 14:41:40 +00:00
}
2021-10-19 15:38:04 +00:00
.card{
2021-10-19 14:41:40 +00:00
}
2021-10-19 15:38:04 +00:00
.data{
2021-10-19 14:41:40 +00:00
}
2021-10-19 15:38:04 +00:00
h3{
2021-10-19 14:41:40 +00:00
}
2021-10-19 15:38:04 +00:00
p{
2021-10-19 14:41:40 +00:00
}
2021-10-19 15:38:04 +00:00
.boutons{
2021-10-19 14:41:40 +00:00
2021-10-19 15:38:04 +00:00
}
footer{
background-color: #2A4158;
2021-10-19 14:41:40 +00:00
}