Created
February 3, 2021 14:48
-
-
Save damilolaolatunji/c8959c7f95565bd6eb111719006381c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Hex colour generator</title> | |
<link rel="stylesheet" href="/assets/css/style.css" /> | |
</head> | |
<body> | |
<div class="container"> | |
<h1>Hex Color Code: <span class="hexValue">#ffffff</span></h1> | |
<button class="btn">Click me</button> | |
</div> | |
<script src="/assets/js/script.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment