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> <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">
@ -18,6 +19,7 @@
</ul> </ul>
</nav> </nav>
</section> </section>
</div>
</body> </body>
</html> </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; text-decoration: none;
} }
body { #background-films {
background-image: url("assets/img/starry sky.jpg"); width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-attachment : fixed;
background-image: url("../assets/img/backgroung\ mando.jpg");
} }