diff --git a/index.html b/index.html index 6a7f2c4..e09d17d 100644 --- a/index.html +++ b/index.html @@ -14,9 +14,10 @@ + -

Critical Sarcasm


- -

04-Jul-2017 - I Suck

-

04-Jul-2017 - Hangnails

-

29-Jun-2017 - Lost Inspiration

-

27-Jun-2017 - Fuck the IRS

-

26-Jun-2017 - Please God, Send Me Water!

-

26-Jun-2017 - A test, A.K.A. First Get! -- Nothing, ignore this.

- +
+

04-Jul-2017 - I Suck

+

04-Jul-2017 - Hangnails

+

29-Jun-2017 - Lost Inspiration

+

27-Jun-2017 - Fuck the IRS

+

26-Jun-2017 - Please God, Send Me Water!

+

26-Jun-2017 - A test, A.K.A. First Get! -- Nothing, ignore this.

+
diff --git a/my.css b/my.css index f6fe146..d36b77e 100644 --- a/my.css +++ b/my.css @@ -7,7 +7,7 @@ */ html{ - font-size: 14px; + font-size: 15px; } /* Reset styles */ @@ -26,11 +26,12 @@ ul { nav{ text-align: center; + background-color: #202020; + padding-bottom: 1em; } body { - background-color: #000000; - padding-bottom: 3em; + background-color: #282d2d; } .orange { @@ -55,10 +56,17 @@ p { hr { color: darkblue; + margin: 0; + } .red { - color: darkred + color: red; +} + +.container { + background-color: #000000; + padding: 2em; } /* Nav Bar */