From 97317a03a4bbe0eb3f71e4e68c4c402f8a5f3a4b Mon Sep 17 00:00:00 2001 From: SilvijaZ <153712118+SilvijaZ@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:51:23 +0200 Subject: [PATCH] initial commit --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/style.css b/style.css index b1f2a69..01d0b7f 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,14 @@ +body, +body * { + margin: 0; + padding: 0; + vertical-align: top; + box-sizing: border-box; +} + +body{ + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; +} .red{ width: 1000px;