added center class, minor improvements

This commit is contained in:
anonymous 2020-04-28 01:27:36 -04:00
parent ea5339bf7e
commit d6a6df3553
2 changed files with 30 additions and 26 deletions

View File

@ -7,28 +7,33 @@
</head>
<body>
<div class="case">
<div class="nav"><a href="index.html">&larr; Catalog</a></div>
<div class="footer">
<h1>Extras Page</h1>
<p>
This page is for content on the site that doesn't belong anywhere else.
</p>
<h2>Credits</h2>
<p>
Here is a list websites of those who contribute to this one!
</p>
<a href="">The Founder of the Site</a>
<a href="https://digdeeper.neocities.org">digdeeper</a>
<a href="http://zsxjtsgzborzdllyp64c6pwnjz5eic76bsksbxzqefzogwcydnkjy3yd.onion/index.xhtml">metheperson</a>
<h2>Fan Made Pins</h2>
<p>
These pins were created by fans of the site for linking to pages on the site. They're pretty cool, so I thought I would host them. You can download the ones you want for your website here:
</p>
<a href="https://spyware.neocities.org/articles/discord.html"><img class="icon" src="images/discord-no-way-2.gif" alt="Discord? No Way!"></a>
<a href="https://spyware.neocities.org"><img class="icon" src="images/osw.jpg" alt="Online Spyware Watchdog"></a>
<p>You can also visit the creator's websites:<br>
<a href="https://floppys-lounge.neocities.org/">https://floppys-lounge.neocities.org/</a><br>
<a href="https://computerdemons.neocities.org/">https://computerdemons.neocities.org/</a><br>
</p>
<div class="nav"><a href="index.html">&larr; Home</a></div>
<h1>Extras Page</h1>
<p>
This page is for content on the site that doesn't belong anywhere else.
</p>
<h2>Credits</h2>
<p>
Here is a list websites of those who contribute to this one!
</p>
<div class="center">
The Founder of the Site
<a href="https://digdeeper.neocities.org">digdeeper</a>
<a href="http://zsxjtsgzborzdllyp64c6pwnjz5eic76bsksbxzqefzogwcydnkjy3yd.onion/index.xhtml">metheperson</a>
</div>
<h2>Fan Made Pins</h2>
<p>
These pins were created by fans of the site for linking to pages on the site. They're pretty cool, so I thought I would host them. You can download the ones you want for your website here:
</p>
<a href="https://spyware.neocities.org/articles/discord.html"><img class="icon" src="images/discord-no-way-2.gif" alt="Discord? No Way!"/></a>
<a href="https://spyware.neocities.org"><img class="icon" src="images/osw.jpg" alt="Online Spyware Watchdog"/></a>
<div class="center">
<p>You can also visit the creator's websites:<br/>
<a href="https://floppys-lounge.neocities.org/">https://floppys-lounge.neocities.org/</a><br/>
<a href="https://computerdemons.neocities.org/">https://computerdemons.neocities.org/</a><br/>
</p>
</div>
<br/>
</div>
</body>
</html>

View File

@ -79,7 +79,6 @@ ol {
margin-left: auto;
margin-right: auto;
}
.big-code {
display: block;
margin-left: auto;
@ -129,7 +128,7 @@ ol {
.sources {
text-align: left;
}
.footer {
.footer, .center {
margin-top: 1vh;
text-align: center;
}