Change up the style

This commit is contained in:
Logen Kain 2021-02-04 20:30:41 -05:00
parent e0755d5ff9
commit 9871de4049
2 changed files with 22 additions and 13 deletions

View File

@ -14,9 +14,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" href="./my.css"> <link rel="stylesheet" href="./my.css">
</head> </head>
<body> <body>
<center><h1 class="orange">Critical Sarcasm</h1></center>
<nav class="sitenav"> <nav class="sitenav">
<center><h1 class="orange">Critical Sarcasm</h1></center>
<ul> <ul>
<li><a href="http://criticalsarcasm.com">Go Home</a></li> <li><a href="http://criticalsarcasm.com">Go Home</a></li>
<li><a href="http://criticalsarcasm.com/oldsite">Old Site</a></li> <li><a href="http://criticalsarcasm.com/oldsite">Old Site</a></li>
@ -24,14 +25,14 @@
</ul> </ul>
</nav> </nav>
<hr> <hr>
<div class="container">
<p><span class="red"> 04-Jul-2017 </span>- <a href="http://criticalsarcasm.com//posts/2017/jul/14-jul-2017-i_suck.html">I Suck</a></p> <p><span class="red"> 04-Jul-2017 </span>- <a href="http://criticalsarcasm.com//posts/2017/jul/14-jul-2017-i_suck.html">I Suck</a></p>
<p><span class="red"> 04-Jul-2017 </span>- <a href="http://criticalsarcasm.com/posts/2017/jul/04-jul-2017-hangnails.html">Hangnails</a></p> <p><span class="red"> 04-Jul-2017 </span>- <a href="http://criticalsarcasm.com/posts/2017/jul/04-jul-2017-hangnails.html">Hangnails</a></p>
<p><span class="red"> 29-Jun-2017 </span>- <a href="http://criticalsarcasm.com/posts/2017/june/29-jun-2017-lost-inspiration.html">Lost Inspiration</a></p> <p><span class="red"> 29-Jun-2017 </span>- <a href="http://criticalsarcasm.com/posts/2017/june/29-jun-2017-lost-inspiration.html">Lost Inspiration</a></p>
<p><span class="red"> 27-Jun-2017 </span>- <a href="http://criticalsarcasm.com/posts/27-jun-2017-fuck-you-irs.html">Fuck the IRS</a></p> <p><span class="red"> 27-Jun-2017 </span>- <a href="http://criticalsarcasm.com/posts/27-jun-2017-fuck-you-irs.html">Fuck the IRS</a></p>
<p><span class="red"> 26-Jun-2017 </span>- <a href="http://criticalsarcasm.com/posts/26-jun-2017-please-god-send-me-water.html">Please God, Send Me Water!</a></p> <p><span class="red"> 26-Jun-2017 </span>- <a href="http://criticalsarcasm.com/posts/26-jun-2017-please-god-send-me-water.html">Please God, Send Me Water!</a></p>
<p><span class="red"> 26-Jun-2017 </span>- <a href="http://criticalsarcasm.com/posts/test.html">A test, A.K.A. First Get!</a> -- Nothing, ignore this.</p> <p><span class="red"> 26-Jun-2017 </span>- <a href="http://criticalsarcasm.com/posts/test.html">A test, A.K.A. First Get!</a> -- Nothing, ignore this.</p>
</div>
</body> </body>
</html> </html>

16
my.css
View File

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