diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-11-22 00:36:01 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-11-22 00:36:01 +0100 |
| commit | c87bdab228058b16eb006147daa379127871f4d0 (patch) | |
| tree | f3e090145a6c7c0ba807eb2ec7c38ff4760ccaa4 /commun.css | |
| parent | b15e1baf31de2808ab96b111fdc3a03680fd0413 (diff) | |
| download | quatuorbellefeuille.com-c87bdab228058b16eb006147daa379127871f4d0.tar.xz | |
Add some colors to visualize layout
Diffstat (limited to 'commun.css')
| -rw-r--r-- | commun.css | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 } |
