stylistic update

master
Sigmoid 2022-05-28 19:48:27 +01:00
parent 2da5b92fa4
commit eeff99fb0a
6 changed files with 29 additions and 8 deletions

View File

@ -12,7 +12,8 @@
<body>
<a href="../home.html"><img class="center" src="../media/gegenkultur.png" alt="GEGENKULTUR"></a>
<article>
<article class="ebin">
<div>
<marquee behaviour="scroll" direction="left" scrollamount="10"><h1 style="text-align:center;">I HATE SOMETHING</h1></marquee>
<h2>feur</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
@ -23,10 +24,11 @@
<li>fart</li>
<li>piss</li>
</ul>
<p>maybe put break tags here idk xd</p>
</article>
<p>nvm :3 hope you enjoyed</p>
<hr>
<footer>21/05/2022</footer>
</div>
</article>
</body>
</html>

View File

@ -1,10 +1,17 @@
@font-face {
font-family: 'fsex300';
src: url('https://gapandfriends.neocities.org/font.ttf');
}
html {
background-color: black;
background-image: url('../media/bg.gif');
color: white;
font-size: 25px;
height:auto;
margin:auto;
width:75%;
font-family: "fsex300", serif;
/*font-size: 25px;*/
height:auto;
margin:auto;
width:50%;
}
.center {
@ -14,8 +21,14 @@ html {
width: 50%;
}
.ebin {
font-size: 25px;
transition: 0.3s;
}
a {
color: orange;
box-shadow: 0 1px 0 orange;
}
h1 {

BIN
css/vga.woff Normal file

Binary file not shown.

BIN
css/vga.woff2 Normal file

Binary file not shown.

View File

@ -14,12 +14,18 @@
<a href="home.html"><img class="center" src="media/gegenkultur.png" alt="GEGENKULTUR"></a>
<img style="width:50px;height:150px" class="center" src="media/chin.jpg" title="what a nice man">
<p style="text-align:center;font-size:15px;"><i>(He is happy to see such a beautiful website)</i></p>
<div class="ebin">
<h2 style="text-align:center;">Welcome to the most hateful site on the Internet!</h2>
<p style="text-align:center;font-size:15px;"><i>NOTE: Hateful as in I don't hate any minorities besides myself xd</i></p>
<p style="text-align:center;"><a href="tutorial.html">Learn how to add an article of your own.</a></p>
<p style="text-align:center;font-size:25px;">Do you fucking hate something? Does it make you feel alive when you hate something? No? Well a website exists for that anyways.</p>
<p style="text-align:center;"><a href="tutorial.html">Learn how to add an article of your own!</a></p>
</div>
<div class="ebin">
<h1>ARTICLES:</h1>
<p><a href="articles/example.html">I HATE EXAMPLES</a> (exclusive template article deluxe)</p>
</div>
</body>

BIN
media/bg.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB