From d62fe87e55dd1908cae12db3ba073a1d48eb1844 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Fri, 21 Oct 2022 13:05:06 +0200 Subject: [PATCH] css --- style.css | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 1a5a9ae..7fcf515 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,13 @@ +@import url("https://fonts.googleapis.com/css?family=Permanent+Marker"); +* { + box-sizing: border-box; +} + #app { - display: flex; - overflow: hidden; - position: relative; - width: 100vw; - height: 100vh; - background-image: linear-gradient(blue, cyan); - } \ No newline at end of file + display: flex; + overflow: hidden; + position: relative; + width: 100vw; + height: 100vh; + background-image: linear-gradient(blue, cyan); +} \ No newline at end of file