From 6f5eef854acda4009dafda75800bba191b0d99b7 Mon Sep 17 00:00:00 2001 From: LucasVbr Date: Wed, 6 Oct 2021 21:38:54 +0200 Subject: [PATCH] Edit --- index.html | 3 ++- style.css | 6 ++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index f30a6f8..0c4e25f 100644 --- a/index.html +++ b/index.html @@ -12,9 +12,10 @@ +
-

Hacker's turn

+

Hacker's turn

diff --git a/style.css b/style.css index c40b32c..7f950f2 100644 --- a/style.css +++ b/style.css @@ -15,11 +15,9 @@ --dark-purple: #8e44ad; } -.container { - min-height: 100vh; -} +.container {min-height: 100vh;} -.turn { +#turn { text-align: center; border-radius: 0 0 var(--border-radius) var(--border-radius); padding: 15px 0;