From 39bbadba9f1ba69869ac1b0a6eaf59226e0e37eb Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 18 Nov 2020 18:14:18 +0100 Subject: Use actual main tag instead of "main" class --- artistes.css | 8 ++++---- artistes.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/artistes.css b/artistes.css index e1e0d5d..3040559 100644 --- a/artistes.css +++ b/artistes.css @@ -1,4 +1,4 @@ -.main { +main { display: flex; background: #f00; } @@ -9,11 +9,11 @@ background: #f44; } -.main div { +main div { padding: 2%; } -.main #photos { +main #photos { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; @@ -26,7 +26,7 @@ background: #eee; } -.main #bio { +main #bio { flex: 2; background: #bbb; padding-left: 8%; diff --git a/artistes.html b/artistes.html index 044742f..b7ecaed 100644 --- a/artistes.html +++ b/artistes.html @@ -30,7 +30,7 @@

-
+
@@ -84,7 +84,7 @@

-
+