-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (26 loc) · 1.07 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSS Gradient Generator</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body id="gradient">
<header>
<div>
<img id="ninovation" src="./Ninovation 500px.png" width="100" height="100" alt="">
</div>
<div>
<a class="socNet" href="https://github.com/Ninovation-lab" target="_blank"><img src="./Github.png" width="50" height="50" alt=""></a>
<a class="socNet" href="https://www.linkedin.com/in/n-n-lindenberg-a0b183196" target="_blank"><img src="./linkedin.png" width="50" height="50" alt=""></a>
</div>
</header>
<h1>CSS Gradient Generator</h1>
<h6>Click on the boxes to change the color:</h6>
<input class="color1" type="color" name="color1" value="#07cf8c">
<input class="color2" type="color" name="color1" value="#00eeff">
<h5></h5>
<h3></h3>
<script type="text/javascript" src="script.js"></script>
</body>
</html>