ajout de la grid mémoire, avec side bar et hover

This commit is contained in:
Pontoporeia
2022-12-21 18:23:26 +01:00
parent 94630ebef4
commit c700b06d9c
12 changed files with 258 additions and 82 deletions

View File

@@ -3,7 +3,7 @@
<head>
<link href="reset.css" >
<link href="reset.css">
<link href="style.css" rel="stylesheet">
<meta charset="UTF-8">
<meta name="author" content="">
@@ -13,35 +13,36 @@
</head>
<body>
<header>
<!-- ENTÊTE -->
<header>
<a href="index.html">Mémoire post-ERG / A life after ERG</a>
<div class="menu">
<div class="menu-content">
<input type="search" name="search" placeholder="Recherche..." button class="boutton boutton1"></input>
<a href="formulaire.html" button class="boutton boutton1">Partager un mémoire</a>
<a href="apropos.html" button class="boutton boutton1">À propos</a>
<a href="contact.html" button class="boutton boutton1">Contact</a>
<a href="licences.html" button class="boutton boutton1">Licences</a>
<!-- ENTÊTE -->
<header>
<a href="index.html">Mémoire post-ERG / A life after ERG</a>
<div class="menu">
<div class="menu-content">
<input type="search" name="search" placeholder="Recherche..." button class="button"></input>
<a href="formulaire.html" button class="button">Partager un mémoire</a>
<a href="apropos.html" button class="button">À propos</a>
<a href="contact.html" button class="button">Contact</a>
<a href="licences.html" button class="button">Licences</a>
</div>
</div>
</header>
<!-- CONTENU PAGE -->
<div id="page_content">
Ce travail éditorial, concernant les licences de 2021-2022 est né d'une recherche menée par : <br> <br>
Defez Aurélie <br>
Gervreau-Mercier Théophile <br>
Debaene Justine <br>
Troadec Marie <br>
Marly Olivia <br>
Goldberg Jacquemain Elodie <br>
</div>
</header>
<!-- CONTENU PAGE -->
<div id="page_content">
<!-- GRILLE -->
<div class="grid-section">
<div class="grid-main">
<div class="grid1">Colonne 1</div>
<div class="grid2">Colonne 2</div>
</div>
</div>
</div>
</body>
</body>
</html>