From c87bdab228058b16eb006147daa379127871f4d0 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 22 Nov 2020 00:36:01 +0100 Subject: Add some colors to visualize layout --- commun.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'commun.css') diff --git a/commun.css b/commun.css index 8fa2c24..7839330 100644 --- 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 } -- cgit v1.2.3