Skip to content

Commit 02bf741

Browse files
Merge pull request #760 from ElamathiiSelvan/patch-27
randomcolor.html
2 parents 831403c + d4d677a commit 02bf741

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
3+
<head>
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
@@ -9,17 +9,16 @@
99
<link rel="preconnect" href="https://fonts.googleapis.com" />
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1111
<link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet" />
12-
</head>
13-
<body>
12+
</head>
13+
<body>
1414
<div class="rndm">
15-
<h1>RANDOM COLOR</h1>
16-
<div class="color_gen">
17-
<button id="random">Change Background Color</button>
18-
<button id="gradc">Change Background Gradient Color</button>
19-
<button class="brndm">Change Button Background</button>
20-
</div>
15+
<h1>RANDOM COLOR</h1>
16+
<div class="color_gen">
17+
<button id="random">Change Background Color</button>
18+
<button id="gradc">Change Background Gradient Color</button>
19+
<button class="brndm">Change Button Background</button>
20+
</div>
2121
</div>
2222
<script src="randomcolor.js"></script>
23-
</body>
23+
</body>
2424
</html>
25-

0 commit comments

Comments
 (0)