changements index html
This commit is contained in:
parent
0eb7887a96
commit
83a006de17
2 changed files with 16 additions and 6 deletions
|
@ -18,6 +18,9 @@
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</section>
|
</section>
|
||||||
|
<h1 id = "bienvenue">bienvenue</h1>
|
||||||
|
<p id = "presentation">Bienvenue sur la Star Wars database,
|
||||||
|
utilisez le menu pour vous déplacer</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -75,14 +75,21 @@ body{
|
||||||
/* border-radius: 10%; */
|
/* border-radius: 10%; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* div.image-films {
|
#bienvenue{
|
||||||
|
text-align: center;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
margin-top: -170px;
|
font-size: 100px;
|
||||||
margin-left: auto;
|
color :var(--jaune) ;
|
||||||
width: 30%;
|
text-decoration: underline;
|
||||||
content: url("../assets/imgs/mando.png");
|
text-decoration-color: var(--jaune) ;
|
||||||
|
}
|
||||||
|
#presentation {
|
||||||
|
text-align: center;
|
||||||
|
background-color: transparent;
|
||||||
|
font-size: 40px;
|
||||||
|
color :var(--jaune)
|
||||||
|
}
|
||||||
|
|
||||||
} */
|
|
||||||
div.image-films {
|
div.image-films {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue