From be6725503f74496db3e37a246649c8a600a96577 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Thu, 14 Jan 2021 02:05:44 -0800 Subject: [PATCH] Editing --- index.html | 55 ++++-------------------------------------------------- style.css | 45 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 51 deletions(-) create mode 100644 style.css diff --git a/index.html b/index.html index a3180ca..6dbcad9 100644 --- a/index.html +++ b/index.html @@ -1,61 +1,14 @@ -Greg Shuflin Developer Portfolio - - + Greg Shuflin Developer Portfolio + + -

Greg Shuflin

-

Contact me: greg [dot] shuflin [at] protonmail [dot] com +

Contact me: .

I maintain a LinkedIn account. diff --git a/style.css b/style.css new file mode 100644 index 0000000..72e0104 --- /dev/null +++ b/style.css @@ -0,0 +1,45 @@ +@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic); + +h1 { + font-family: Ubuntu; +} + +#main { + margin-left:auto; + margin-right:auto; + width:960px; +} + +body { + background-color:#2B2B4D; + color: white; + font-family: Ubuntu; +} + +b { + font-weight:bolder; +} + +a { + color:#ff3333; + font-weight:bolder; +} + +a:visited { + color:#ff3333; +} + +li { + font-family: Ubuntu; + margin-bottom:10px; +} +a.codeLink { + color:#31E631; + font-weight:normal; +} + +a.emailLink { + color:#31E631; + font-family: "monospace"; + text-decoration: none; +}