some styling for footer

This commit is contained in:
twoneis 2025-02-22 00:52:17 +01:00
parent cb9873f9bd
commit 39aabd9368
2 changed files with 34 additions and 14 deletions

View file

@ -1,17 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>mira's site</title>
</head>
<body>
</head>
<body>
<main>
<h1>hii :3</h1>
<h1>hiii :3</h1>
</main>
</body>
<footer>
<img src="button/button.gif" alt="88x31 with text mira and a pulsating heart as dot on the i" width="88" height="31" style="image-rendering: -moz-crisp-edges; image-rendering: -webkit-optimize-contrast;">
</footer>
</body>
<footer id="footer">
<a href="https://twoneis.site">
<img src="button/button.gif" alt="mira" class="button">
</a>
</footer>
</html>

View file

@ -1 +1,13 @@
.button {
width: 88px;
height: 31px;
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-optimize-contrast;
}
#footer {
display: table;
text-align: center;
margin-left: auto;
margin-right: auto;
}