From e063744f7bde8ad086b6fe3c45af0771574a3582 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Thu, 25 Feb 2021 02:14:07 +0300 Subject: [PATCH] make lives counter --- _media/css/styles.css | 8 ++++++++ index.html | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/_media/css/styles.css b/_media/css/styles.css index ee7421d..4ecf42d 100644 --- a/_media/css/styles.css +++ b/_media/css/styles.css @@ -9,6 +9,10 @@ font-display: swap; } +:root { + /*--font-size: 2rem;*/ +} + body.dark { --bg-color: #000; --bg-secondary-color: #131316; @@ -20,3 +24,7 @@ body.dark { body { font-family: 'F5.6'; } + +p#word { + font-size: 4rem; +} diff --git a/index.html b/index.html index 92e2c3d..37091cb 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,11 @@ +