essais background

This commit is contained in:
Blandine Bajard 2021-10-18 17:17:28 +02:00
parent 80d5ea125f
commit 5f3ebce7d0
5 changed files with 16127 additions and 8965 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -8,6 +8,7 @@
<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">
@ -19,5 +20,6 @@
</nav>
</section>
</div>
</body>
</html>

9271
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -30,7 +30,11 @@
text-decoration: none;
}
body {
background-image: url("assets/img/starry sky.jpg");
#background-films {
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-attachment : fixed;
background-image: url("../assets/img/backgroung\ mando.jpg");
}