2021-10-18 13:58:21 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'star-wars';
|
|
|
|
src: url("../assets/fonts/Starjedi.ttf");
|
|
|
|
}
|
|
|
|
|
2021-10-18 13:24:38 +00:00
|
|
|
*{
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2021-10-18 13:58:21 +00:00
|
|
|
font-family: 'star-wars', serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.titre a{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ul-menu{
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ul-menu li{
|
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
margin: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ul-menu li a{
|
|
|
|
display: block;
|
|
|
|
padding: 5px;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
2021-10-18 14:58:56 +00:00
|
|
|
}
|
|
|
|
|
2021-10-19 07:22:36 +00:00
|
|
|
body{
|
|
|
|
background-image: url("../assets/imgs/starry_sky.jpg")
|
|
|
|
}
|
2021-10-19 08:35:36 +00:00
|
|
|
|
|
|
|
div.image-films {
|
|
|
|
background-color: transparent;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-left: auto;
|
|
|
|
width: 30%;
|
|
|
|
content: url("../assets/imgs/mando.png");
|
2021-10-18 14:58:56 +00:00
|
|
|
|
2021-10-18 13:24:38 +00:00
|
|
|
}
|