generated from Templates_CodeFirst/templateHtmlCss
parent
33ca79e31f
commit
c941893ef0
@ -0,0 +1,11 @@
|
|||||||
|
article{
|
||||||
|
justify-content: end;
|
||||||
|
}
|
||||||
|
|
||||||
|
a{
|
||||||
|
color: rgb(22, 227, 159);
|
||||||
|
}
|
||||||
|
|
||||||
|
.image{
|
||||||
|
width: 70%;
|
||||||
|
}
|
@ -0,0 +1,42 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
<link type="text/css" rel="stylesheet" href="style.css">
|
||||||
|
|
||||||
|
<title>Document</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<nav class = "navbar">
|
||||||
|
<ul>
|
||||||
|
<li><a href = "Page_Accueil.html">Accueil</a></li>
|
||||||
|
<li><a href = "CursusScolaire.html">Cursus scolaire</a></li>
|
||||||
|
<li><a href = "Page_planning.html">Planning</a></li>
|
||||||
|
<li><a href ="Galerie.html">Galerie</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<img class = "image" src = "mouthwashing.jpg">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<article>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<a href="https://store.steampowered.com/app/2475490/Mouthwashing/">lien vers steam</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<a href = "Galerie.html" title="Galerie d'image">
|
||||||
|
Retour à la Galerie d'image
|
||||||
|
</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in new issue