fixed counter error

This commit is contained in:
IdleEndeavor 2021-08-28 14:15:54 +03:00
parent cd3410dc5a
commit 7b23ca9120
2 changed files with 10 additions and 8 deletions

View File

@ -72,22 +72,24 @@ html, body {
}
#foundcounter {
padding: 50px;
padding-left: 0;
margin: 0 0 50px 0;
padding: 0;
color: white;
font-family: 'Roboto';
bottom: 10px;
width: 100%;
font-size: 15px;
position: fixed;
}
#foundcounterno {
padding: 50px;
padding-left: 0;
margin: 0 0 70px 0;
padding: 0;
color: white;
font-family: 'Roboto';
bottom: 30px;
bottom: 10px;
width: 100%;
font-size: 15px;
position: fixed;
}

View File

@ -23,8 +23,8 @@
<img src="img/favicon.png" onclick="location.href='index.html';">
<li><a href="sites-indexed.html"> Sites Indexed </a></li>
<li><a href="terms.html"> Terms of Use </a></li>
<li id="foundcounterno" class="count">0</li>
<li id="foundcounter">Games Found</li>
<h5 id="foundcounterno" class="count">0</h5>
<h5 id="foundcounter">Games Found</h5>
<h4>Copyright <script type="text/javascript">document.write(new Date().getFullYear());</script><br>IdleEndeavor</h4>
</ul>
</nav>