essais background
This commit is contained in:
parent
80d5ea125f
commit
5f3ebce7d0
15809
.parcel-cache/76251f8310777ea9.txt
Normal file
15809
.parcel-cache/76251f8310777ea9.txt
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -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
9271
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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");
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user