-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhexcolor.html
25 lines (25 loc) · 899 Bytes
/
hexcolor.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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="hexcolor.css" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
/>
<title> True-colour of your Miserable life </title>
</head>
<body>
<div class="container">
<h2 class="hexcol" id="hexcol">
The current hex colour is <span class="hex" id='hex'></span>
DO you understand this number.I guessed it right.But believe me your life is worthles but this numbers aren't
</h2>
<br>
<br>
<button type="button" class="hexbtn" id="hexbtn">
DO you wish to see the magic in your boring life !! Then hit me
</button>
<script src="hexcolor.js"></script>
</body>
</html>