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>
|
<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
9271
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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");
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user