-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbutton-hover.html
More file actions
29 lines (29 loc) · 1.08 KB
/
button-hover.html
File metadata and controls
29 lines (29 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta property="og:description" content="See!">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="sea-horion">
<title>sea-horizon</title>
<link rel="shortcut icon" href="https://sea-horizon.github.io/favicon.ico" >
<link rel="stylesheet" href="https://sea-horizon.github.io/style.css">
</head>
<body>
<header>
<div style="opacity:0.3;position:absolute;left:5px;width:25px;height:25px;background-color:#00F"></div><br>
<div style="opacity:0.3;position:absolute;left:20px;width:25px;height:25px;background-color:#F00"></div>
</header>
<br><br>
<h1>Button hover</h1>
<hr\><br>
<embed src="https://buttonhover.glitch.me/">
<br>
<button><a href="https://buttonhover.glitch.me/">View full screen</a></button>
<br><br><br>
<footer>
<p><a href="https://github.com/sea-horizon/projects" target="_blank">See code on GitHub</a></p>
<p>Made by Sea-horizon</p>
<p>©2020</p>
</footer>
</body>
</html>