-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (43 loc) · 1.45 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Background Color Changer</title>
</head>
<body>
<nav>
<a target="_blank" id="linkedin" href="https://www.linkedin.com/in/munmun-gorai/">
<img src="aawsmvkao.webp" alt="LinkedIn">
</a>
<a target="_blank" id="Twitter" href="https://x.com/Vikram_Aditya_G">
<img src="ee5e5f58afcfb20500d8f8f1489ea191.jpg" alt="Twitter">
</a>
<a target="_blank" id="Github" href="https://github.com/Vikramaditya-01">
<img src="aawpwnuou.webp" alt="GitHub">
</a>
</nav>
<main>
<div class="canvas">
<h1>Change Your Background Color</h1>
<span class="button" id="grey"></span>
<span class="button" id="white"></span>
<span class="button" id="blue"></span>
<span class="button" id="yellow"></span>
<h2>
Try clicking on one of the colors above
<span>to change the background color of this page!</span>
</h2>
</div>
</main>
<footer>
<div class="contact">
<a href="mailto:[email protected]">
<img src="images.jpeg" alt="Email"> Mail me
</a>
</div>
</footer>
<script src="app.js"></script>
</body>
</html>