summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-03 22:04:12 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-03 22:04:12 +0100
commitcdff8a8483ec50ac4277079ed31b9b653b1d96de (patch)
tree6cc9cf4ad1ced42a33a0accba461f2b2acc70960
parentd55d735f430067642fd559b29cbcdf871c01e710 (diff)
downloadquatuorbellefeuille.com-cdff8a8483ec50ac4277079ed31b9b653b1d96de.tar.xz
Add logo
-rw-r--r--artistes.html4
-rw-r--r--commun.css14
2 files changed, 18 insertions, 0 deletions
diff --git a/artistes.html b/artistes.html
index 24128ab..91ae52a 100644
--- a/artistes.html
+++ b/artistes.html
@@ -3,6 +3,9 @@
<link rel="stylesheet" href="artistes.css">
</head>
<body>
+ <header>
+ <img src="https://upload.wikimedia.org/wikipedia/en/a/a4/Golden_Sun_icon.png"
+ alt="logo">
<nav>
<ol>
<li>accueil</li>
@@ -11,6 +14,7 @@
<li>contact</li>
</ol>
</nav>
+ </header>
<div class="main">
<div id="photos">
diff --git a/commun.css b/commun.css
index 663b461..ac84289 100644
--- a/commun.css
+++ b/commun.css
@@ -1,3 +1,17 @@
+header {
+ display: flex;
+ width: 100%;
+}
+
+header img {
+ height: 3em;
+ margin: auto;
+}
+
+nav {
+ flex: 1;
+}
+
nav ol {
display: flex;
padding-left: 0;