From bf4aeab0e7cbaf5a2f5f33387d41557f0080fb32 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Tue, 15 Oct 2024 20:47:14 -0700 Subject: [PATCH] Some css tweaks --- index.html | 3 +-- style.css | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 352af36..421457d 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,7 @@ - + - Greg Shuflin - Software Developer diff --git a/style.css b/style.css index 2fb252f..6db32d7 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,11 @@ @import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic); +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + h1 { font-family: Ubuntu; }