28172 sujets
CSS et mise en forme, CSS3
J'ai pas mis (et je sais le Css et le html sont pas séparés)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./style.css">
</head>
<header>
<style>
body {
background-image: url("image.png");
background-color: #cccccc;
background-attachment: fixed;
background-repeat: no-repeat;
background-size : 100% 100%;
}
p
{
color: white;
}
p
{
font-family: "Impact", Arial Black, Arial, Verdana, sans-serif;
}
nav {
background-color: transparent;
}
</style>
<div style="text-align: center">
<img src="logo.png" alt= width="350" height="255"/>
</div>
</header>
<title>Videos</title>
<article>
<section>
<style>
</style>
</section>
</article>
<nav>
<style>
body
p
{
color: blue;
}
nav {
background-color: black;
}
#banniere{
background-image:url(banniere.jpeg);
background-size: 400px 359px;
background-repeat: no-repeat;
background-size : 100% 100%
}
</style>
<figure>
<div id="banniere">
<li>
<ul>
<a href="page1.html" title="Accueil">Accueil</a>
</ul>
<ul>
<a href="page3.html" title="Streams">Streams</a>
</ul>
<ul>
<a href="page4.html" title="Contacts">Contacts</a>
</ul>
<ul>
<a href="page5.html" title="Fan-Arts">Fan-Arts</a>
</ul>
<ul>
<a href="page6.html" title="A propos">A propos</a>
</ul>
</li>
</div>
</nav>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./style.css">
</head>
<header>
<style>
body {
background-image: url("image.png");
background-color: #cccccc;
background-attachment: fixed;
background-repeat: no-repeat;
background-size : 100% 100%;
}
p
{
color: white;
}
p
{
font-family: "Impact", Arial Black, Arial, Verdana, sans-serif;
}
nav {
background-color: transparent;
}
</style>
<div style="text-align: center">
<img src="logo.png" alt= width="350" height="255"/>
</div>
</header>
<title>Videos</title>
<article>
<section>
<style>
</style>
</section>
</article>
<nav>
<style>
body
p
{
color: blue;
}
nav {
background-color: black;
}
#banniere{
background-image:url(banniere.jpeg);
background-size: 400px 359px;
background-repeat: no-repeat;
background-size : 100% 100%
}
</style>
<figure>
<div id="banniere">
<li>
<ul>
<a href="page1.html" title="Accueil">Accueil</a>
</ul>
<ul>
<a href="page3.html" title="Streams">Streams</a>
</ul>
<ul>
<a href="page4.html" title="Contacts">Contacts</a>
</ul>
<ul>
<a href="page5.html" title="Fan-Arts">Fan-Arts</a>
</ul>
<ul>
<a href="page6.html" title="A propos">A propos</a>
</ul>
</li>
</div>
</nav>
</body>
</html>
Salut,
C'est une avancé d'avoir mis ton code mais on ne sais toujours pas ce que tu veux faire !
Malgré cela, ce code est étrange : la balise figure n'est par refermé, la balise style doit de préférence se trouver dans le header ainsi que la balise title.
Ce morceau de code est totalement inutile :
Pense aussi à mettre ton code entre des balises de code dans le forum.
Modifié par Tupix (26 Apr 2019 - 15:02)
C'est une avancé d'avoir mis ton code mais on ne sais toujours pas ce que tu veux faire !
Malgré cela, ce code est étrange : la balise figure n'est par refermé, la balise style doit de préférence se trouver dans le header ainsi que la balise title.
Ce morceau de code est totalement inutile :
<article>
<section>
<style>
</style>
</section>
</article>
Pense aussi à mettre ton code entre des balises de code dans le forum.
Modifié par Tupix (26 Apr 2019 - 15:02)