forked from logenkain/criticalsarcasm
Change up the style
This commit is contained in:
parent
e0755d5ff9
commit
9871de4049
@ -14,9 +14,10 @@
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="./my.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<center><h1 class="orange">Critical Sarcasm</h1></center>
|
||||
<nav class="sitenav">
|
||||
<center><h1 class="orange">Critical Sarcasm</h1></center>
|
||||
<ul>
|
||||
<li><a href="http://criticalsarcasm.com">Go Home</a></li>
|
||||
<li><a href="http://criticalsarcasm.com/oldsite">Old Site</a></li>
|
||||
@ -24,14 +25,14 @@
|
||||
</ul>
|
||||
</nav>
|
||||
<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/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"> 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/test.html">A test, A.K.A. First Get!</a> -- Nothing, ignore this.</p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
16
my.css
16
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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user