quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit c87bdab228058b16eb006147daa379127871f4d0
parent b15e1baf31de2808ab96b111fdc3a03680fd0413
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 22 Nov 2020 00:36:01 +0100

Add some colors to visualize layout

Diffstat:
Martistes.css | 4++--
Mcommun.css | 7++++++-
2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/artistes.css b/artistes.css @@ -12,11 +12,11 @@ main #photos { height: 80vh; - background: #eee; + background-color: #dbb; } main #bio { - background: #bbb; + background-color: #dbb; } #photos img { diff --git a/commun.css b/commun.css @@ -11,6 +11,7 @@ header.banner { display: grid; grid-template-columns: 3fr 8fr 1fr; align-items: center; + background-color: #dfd; } header.banner .brand { @@ -75,7 +76,7 @@ main { grid-column: 1; display: flex; overflow: auto; - background: #f00; + background-color: #fdd; } footer.social { @@ -87,6 +88,8 @@ footer.social { align-items: center; position: sticky; top: 0; + + background-color: #ddf; } .social img { @@ -111,4 +114,6 @@ footer.legal { grid-column: 1 / -1; margin: auto; font-size: 75%; + + background-color: #ffd }