diff options
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 } |
