Change up the style
This commit is contained in:
parent
e0755d5ff9
commit
9871de4049
19
index.html
19
index.html
@ -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
16
my.css
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user