-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (22 loc) · 897 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<title>
BACKGROUND GENERATOR
</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Aladin&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Zilla+Slab+Highlight:wght@400;700&display=swap" rel="stylesheet">
</head>
<body id="bodyy">
<h1>C00L GENERATOR</h1>
<input class="color1" type="color" value="#15d5ef">
<input class="color2" type="color" value="#ea4db1">
<h2>This is the background</h2>
<h3>linear-gradient(90deg, rgb(21, 213, 239), rgb(234, 77, 177));</h3>
<button class="btn">Random</button>
<script src="script.js" type="text/javascript"></script>
</body>
</html>