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 { #foundcounter {
padding: 50px; margin: 0 0 50px 0;
padding-left: 0; padding: 0;
color: white; color: white;
font-family: 'Roboto'; font-family: 'Roboto';
bottom: 10px; bottom: 10px;
width: 100%; width: 100%;
font-size: 15px;
position: fixed; position: fixed;
} }
#foundcounterno { #foundcounterno {
padding: 50px; margin: 0 0 70px 0;
padding-left: 0; padding: 0;
color: white; color: white;
font-family: 'Roboto'; font-family: 'Roboto';
bottom: 30px; bottom: 10px;
width: 100%; width: 100%;
font-size: 15px;
position: fixed; position: fixed;
} }

View File

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