ajout de l'image de mando en arriere plan

This commit is contained in:
Blandine Bajard 2021-10-19 10:35:36 +02:00
parent 49e32dd669
commit cc3912c273
3 changed files with 8 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 234 KiB

After

Width:  |  Height:  |  Size: 478 KiB

View File

@ -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>

View File

@ -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");
} }