Compare commits

...

1 Commits

Author SHA1 Message Date
gocivici
4d553d32e8 experimenting with footer 2022-10-04 15:07:57 +03:00
2 changed files with 6 additions and 4 deletions

View File

@ -261,14 +261,14 @@
<script src="main.js"></script>
<!-- <footer class="footer">
<footer class="footer">
<p>Designed with ❤️ by <a href="https://ko-fi.com/Gorkem">Görkem</a></p>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a><br />
<!-- <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a><br /> -->
</footer> -->
</footer>
</body>

View File

@ -349,9 +349,11 @@ h3 {
font-family: 'Arial', sans-serif;
font-size: 12px;
position: relative;
bottom: 10px;
margin-top: 50px;
bottom: 0;
left: 0;
right: 0;
/* top:50px; */
width: 100%;
text-align: center;
margin: auto;