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,7 +9,7 @@
<center>
<h1 class="nobottommargin">adrian's webspace</h1>
<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">
<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>

View file

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