Indentation fixed and unused CSS code removed

This commit is contained in:
adrianvic 2024-02-18 14:47:10 -03:00
commit 947260c5c8
2 changed files with 12 additions and 26 deletions

View file

@ -9,18 +9,18 @@
<center> <center>
<h1 class="nobottommargin">adrian's webspace</h1> <h1 class="nobottommargin">adrian's webspace</h1>
<h3 class="italic lightcol nospace">fantasy is not a crime, find your castle in the sky</h2> <h3 class="italic lightcol nospace">fantasy is not a crime, find your castle in the sky</h2>
<table height="100%" width="100%"> <table height="100%" width="100%">
<h3 class="nospace"> <h3 class="nospace">
<a href="http://blog.adrian.rf.gd/" style="text-decoration:blink">blog</a> <a href="http://blog.adrian.rf.gd/" style="text-decoration:blink">blog</a>
<a href="http://gallery.adrian.rf.gd/" style="text-decoration:blink">gallery</a> <a href="http://gallery.adrian.rf.gd/" style="text-decoration:blink">gallery</a>
</h3> </h3>
<tr> <tr>
<td align="center" valign="middle" style="padding-left: 10%; padding-right: 10%;"> <td align="center" valign="middle" style="padding-left: 10%; padding-right: 10%;">
<p>Hello, I'm Adrian, a newbie developer, tech enthusiast, photographer and conlang creator who loves literature. <p>Hello, I'm Adrian, a newbie developer, tech enthusiast, photographer and conlang creator who loves literature.
</p> </p>
<p>You can find me on <a class="italic" href="https://www.github.com/adrianvic">Github</a>, <a class="italic" href="https://youtube.com/@cdnapollo">YouTube</a> or <a class="italic" href="https://reddit.com/u/Afox200">Reddit</a></p> <p>You can find me on <a class="italic" href="https://www.github.com/adrianvic">Github</a>, <a class="italic" href="https://youtube.com/@cdnapollo">YouTube</a> or <a class="italic" href="https://reddit.com/u/Afox200">Reddit</a></p>
</td> </td>
</tr> </tr>
</table> </table>
<p class="bold">Adrian Victor, <span style="text-decoration: line-through;">all</span> no rights reserved <p> <p class="bold">Adrian Victor, <span style="text-decoration: line-through;">all</span> no rights reserved <p>
</center> </center>

View file

@ -38,16 +38,6 @@ a {
margin-bottom: 0; margin-bottom: 0;
} }
.ad-banner {
width: 200px;
height: 200px;
border: 2px solid gray;
}
.ad-banner img {
width: 100%;
height: auto;
}
.vertcentered { .vertcentered {
position: absolute; position: absolute;
@ -57,7 +47,3 @@ a {
-webkit-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);
} }
a.inlined {
display: inline;
}