-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 951 Bytes
/
index.html
File metadata and controls
32 lines (31 loc) · 951 Bytes
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
30
31
32
<!DOCTYPE html>
<html>
<head>
<title>ACA Github Practice</title>
<link rel="stylesheet" href="./css/style.css" />
<script type="text/javascript" src="./script.js"></script>
<link
href="https://fonts.googleapis.com/css?family=Bad+Script|Julius+Sans+One"
rel="stylesheet"
/>
</head>
<header>
<h1 class="header" id="1">Austin Coding Academy Github Practice</h1>
</header>
<body>
<div class="overlay"></div>
<div class="Main-Container">
<div class="box-1"></div>
<div class="box-2">
<div class="boxinbox-1"><p class="boxinbox-1-p"></p></div>
<div class="boxinbox-2"><p class="boxinbox-2-p"></p></div>
</div>
<div class="box-3"></div>
</div>
<div class="footer"></div>
<div class="button-div">
<button class="ripple" onclick="myFunc()">Text</button>
<button class="ripple" onclick="border()">Border</button>
</div>
</body>
</html>