changements index html

This commit is contained in:
Blandine Bajard 2021-10-20 10:34:24 +02:00
parent 0eb7887a96
commit 83a006de17
2 changed files with 16 additions and 6 deletions

View File

@ -18,6 +18,9 @@
</ul>
</nav>
</section>
<h1 id = "bienvenue">bienvenue</h1>
<p id = "presentation">Bienvenue sur la Star Wars database,
utilisez le menu pour vous déplacer</p>
</body>
</html>

View File

@ -75,14 +75,21 @@ body{
/* border-radius: 10%; */
}
/* div.image-films {
#bienvenue{
text-align: center;
background-color: transparent;
margin-top: -170px;
margin-left: auto;
width: 30%;
content: url("../assets/imgs/mando.png");
font-size: 100px;
color :var(--jaune) ;
text-decoration: underline;
text-decoration-color: var(--jaune) ;
}
#presentation {
text-align: center;
background-color: transparent;
font-size: 40px;
color :var(--jaune)
}
} */
div.image-films {
background-color: transparent;
width: 30%;