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; }