-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
40 lines (36 loc) · 985 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Gradient Background</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body id= gradient>
<div>
<form>
<label class= "signin">sign in:</label>
<input class="loginbtn" type="text" name="name" placeholder="UserID">
<input class="loginbtn" type="text" name="password" placeholder="Password">
<button class="loginbtn"><strong>Login</strong></button>
</form>
<div>
<div>
<h1>Background Generator</h1>
<div>
<input class= "color1" type="color" name="color1" value= "#00ff00">
<input class= "color2" type="color" name="color2" value= "#ff0000">
<h2>Current Css Background</h2>
<div>
<h3></h3>
<div>
<div>
<img src="https://cdn-images-1.medium.com/max/1600/1*ZBQCFFKAkPar6B4UAB8UlQ.gif">
</div>
<div>
<button class="tryme"> try me!</button>
<div>
<div>
<footer>Practice done by John Yacoub</footer>
</div>
<script type="text/javascript" src="script.js"></script>
</body>
</html>