generated from Templates_CodeFirst/templateHtmlCss
parent
6d83a39635
commit
59de89ff99
After Width: | Height: | Size: 11 KiB |
@ -0,0 +1,43 @@
|
||||
body{
|
||||
background-image: url("bloodborne.jpg");
|
||||
background-repeat:no-repeat;
|
||||
background-position:left top;
|
||||
background-color: #464646;
|
||||
}
|
||||
|
||||
h1{
|
||||
color: #FFFF;
|
||||
}
|
||||
|
||||
|
||||
.lien1{
|
||||
color-interpolation-filters: auto;
|
||||
color: antiquewhite;
|
||||
}
|
||||
|
||||
.image1{
|
||||
/*background-image: url("bloodborne.jpg");*/
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
z-index: -1;
|
||||
|
||||
}
|
||||
|
||||
|
||||
#mouthwashing{
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.image2{
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.description1{
|
||||
color: #FFFF;
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,53 @@
|
||||
<!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="Galerie.css">
|
||||
<link type="text/css" rel="stylesheet" href="style.css">
|
||||
|
||||
<title>Galerie d'image</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Galerie d'image</h1>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
</nav></header>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<img class = "image1" src = "bloodborne.jpg" title="Bloodborne">
|
||||
</div>
|
||||
|
||||
<div id = "mouthwashing">
|
||||
<figure>
|
||||
<a href="Mouthwashingtext.html">
|
||||
<img class = "image2" src = "mouthwashing.jpg" title="Mouthwashing">
|
||||
</a>
|
||||
<figcaption class ="description1">Jeu vidéo Mouthwashing</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
|
||||
<footer>
|
||||
<a class = "lien1" href = "Page_Accueil.html" title="Page d'accueil">
|
||||
Retourner à la page d'accueil
|
||||
</a>
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
After Width: | Height: | Size: 30 KiB |
Loading…
Reference in new issue