some styling for footer
This commit is contained in:
parent
cb9873f9bd
commit
39aabd9368
2 changed files with 34 additions and 14 deletions
36
index.html
36
index.html
|
@ -1,17 +1,25 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="style.css">
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||||
<title>mira's site</title>
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
</head>
|
<meta http-equiv="Expires" content="0" />
|
||||||
<body>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<main>
|
<link rel="stylesheet" href="style.css">
|
||||||
<h1>hii :3</h1>
|
<title>mira's site</title>
|
||||||
</main>
|
</head>
|
||||||
</body>
|
|
||||||
<footer>
|
<body>
|
||||||
<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;">
|
<main>
|
||||||
</footer>
|
<h1>hiii :3</h1>
|
||||||
|
</main>
|
||||||
|
</body>
|
||||||
|
<footer id="footer">
|
||||||
|
<a href="https://twoneis.site">
|
||||||
|
<img src="button/button.gif" alt="mira" class="button">
|
||||||
|
</a>
|
||||||
|
</footer>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
12
style.css
12
style.css
|
@ -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;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue