ajout de l'image de mando en arriere plan
This commit is contained in:
parent
49e32dd669
commit
cc3912c273
Binary file not shown.
Before Width: | Height: | Size: 234 KiB After Width: | Height: | Size: 478 KiB |
@ -9,7 +9,6 @@
|
|||||||
<title>Films</title>
|
<title>Films</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id = "background-films">
|
|
||||||
<section class="titre"><a href="index.html">STAR WARS</a></section>
|
<section class="titre"><a href="index.html">STAR WARS</a></section>
|
||||||
<section class="sec-menu">
|
<section class="sec-menu">
|
||||||
<nav class="nav-menu">
|
<nav class="nav-menu">
|
||||||
@ -20,6 +19,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</section>
|
</section>
|
||||||
|
<div class = "image-films">
|
||||||
<div id = "Ep4">
|
<div id = "Ep4">
|
||||||
<div id="donnees"></div>
|
<div id="donnees"></div>
|
||||||
<div id="vaisseaux"></div>
|
<div id="vaisseaux"></div>
|
||||||
|
@ -33,8 +33,12 @@
|
|||||||
body{
|
body{
|
||||||
background-image: url("../assets/imgs/starry_sky.jpg")
|
background-image: url("../assets/imgs/starry_sky.jpg")
|
||||||
}
|
}
|
||||||
#background-films {
|
|
||||||
width: auto;
|
div.image-films {
|
||||||
background-image: url("");
|
background-color: transparent;
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-left: auto;
|
||||||
|
width: 30%;
|
||||||
|
content: url("../assets/imgs/mando.png");
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user