From 6a5956964a57eae49f4955373a2983dc9f087baf Mon Sep 17 00:00:00 2001 From: warlordjones Date: Thu, 17 Mar 2016 20:05:15 +0000 Subject: [PATCH] Now we're getting somewhere --- css/main.css | 12 +++++++++--- index.html | 39 ++++++++++++++++++++++++++++++--------- 2 files changed, 39 insertions(+), 12 deletions(-) diff --git a/css/main.css b/css/main.css index 435eb10..3d4a22f 100644 --- a/css/main.css +++ b/css/main.css @@ -1,9 +1,15 @@ -* { +body { + font-family: 'Raleway', sans-serif; font-family: 'Raleway', sans-serif; color: white; + padding: 0px; + margin: 0px; + background-color: #232323 } -body { - background-color: #232323; +hr { + border: 0; + height: 1px; + background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); } .center { margin-left: auto; diff --git a/index.html b/index.html index 2a3596e..4178cc2 100644 --- a/index.html +++ b/index.html @@ -2,21 +2,42 @@ - + + + + + + + + + + + + + + -
-
- -
-

Arona Jones

-
-
+ + + +
+
+
-

Developer Science Enthusiast Writer

+

Arona Jones

Developer Science Enthusiast Writer

+
+
+
+
\ No newline at end of file