CSS : Ajustement
This commit is contained in:
12
index.html
12
index.html
@@ -18,6 +18,7 @@
|
||||
|
||||
<!--<link rel="preload" href="assets/fonts/WorkSans-Regular.woff2" as="font" type="font/woff2" crossorigin>-->
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="stylesheet" href="class.css" />
|
||||
<link rel="stylesheet" href="navigation.css" />
|
||||
<link rel="canonical" href="https://www.pasteuravocate.com" />
|
||||
<link rel="icon" href="assets/img/logo.png">
|
||||
@@ -33,17 +34,14 @@
|
||||
</div>
|
||||
</div>
|
||||
<header class="header">
|
||||
|
||||
<a href="index.html" class="logo">
|
||||
<img src="assets/img/logo.png" alt="Logo - Charline Pasteur Avocate">
|
||||
Charline Pasteur, Avocate
|
||||
</a>
|
||||
|
||||
<input class="menu-btn" type="checkbox" id="menu-btn" />
|
||||
<label class="menu-icon" for="menu-btn">
|
||||
<span class="navicon"></span>
|
||||
</label>
|
||||
|
||||
<nav class="nav-wrapper" aria-label="Menu principal">
|
||||
<ul class="menu">
|
||||
<li><a href="index.html">Accueil</a></li>
|
||||
@@ -55,7 +53,7 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div class="banner">
|
||||
<div class="banner banner-accueil" >
|
||||
</div>
|
||||
<main>
|
||||
<section id="accueil">
|
||||
@@ -137,11 +135,7 @@
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section id="contact">
|
||||
<h2>Contactez-moi</h2>
|
||||
<p>Vous pouvez me contacter à l'adresse email suivante : <a
|
||||
href="mailto:votre@email.com">votre@email.com</a></p>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<!-- ===== PIED-DE-PAGE ===== -->
|
||||
|
||||
Reference in New Issue
Block a user