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>
|
||||
</head>
|
||||
<body>
|
||||
<div id = "background-films">
|
||||
<section class="titre"><a href="index.html">STAR WARS</a></section>
|
||||
<section class="sec-menu">
|
||||
<nav class="nav-menu">
|
||||
@ -20,6 +19,7 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</section>
|
||||
<div class = "image-films">
|
||||
<div id = "Ep4">
|
||||
<div id="donnees"></div>
|
||||
<div id="vaisseaux"></div>
|
||||
|
@ -33,8 +33,12 @@
|
||||
body{
|
||||
background-image: url("../assets/imgs/starry_sky.jpg")
|
||||
}
|
||||
#background-films {
|
||||
width: auto;
|
||||
background-image: url("");
|
||||
|
||||
div.image-films {
|
||||
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