-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 720 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<title>miniProjects</title>
<link rel="stylesheet" type="text/css" href="./index.css">
</head>
<body>
<header>
<span><h2>miniProjects</h2><p>by YJJcoolcool</p></span>
</header>
<main>
<secion class="grid">
<div class="card">
<h2>Expanding Buttons</h2>
<p>I saw a friend post a video of a website he visited which had this button effect then you hovered over the buttons so I tried recreating it.</p>
<iframe src="./expandingbuttons.html"></iframe>
</div>
</secion>
</main>
</body>
</html>