Brief_starWars/css/style.css
2021-10-20 11:17:57 +02:00

109 lines
1.3 KiB
CSS

@font-face {
font-family: "Montserrat";
src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
font-family: "OpenSans";
src: url("../fonts/OpenSans-Regular.ttf") format("truetype"),
url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
}
body{
font-family: "Montserrat";
color: #fff;
background-color: #031010;
color: #fff;
text-align: center;
}
header{
width: 100%;
height: 200px;
justify-content: center;
position: sticky;
top: 0%;
background-color:#2A4158;
display: flex;
flex-flow: wrap column ;
}
nav{
display: flex;
flex-flow: wrap column ;
justify-content: center;
}
.SearchBar{
width: 784px;
height: 46px;
}
ul{
display: flex;
flex-flow: wrap row ;
justify-content: space-evenly;
}
li{
list-style: none;
}
a{
font-family: "Montserrat";
font-size: 18px;
color: #fff;
text-decoration: none;
}
.navSearch{
}
h1{
font-size: 48px;
}
h2{
}
.card{
}
.details{
display:none;
}
.active{
display: block;
}
.data{
}
h3{
}
p{
}
.boutons{
}
footer{
width: auto;
height: 400px;
background-image:url(../images/footer.png);
background-size: 100% ;
}