-
Notifications
You must be signed in to change notification settings - Fork 0
/
car.html
57 lines (53 loc) · 1.33 KB
/
car.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>Docker Web</title>
<body>
<script src='car.js' ></script>
<!-- <link rel="stylesheet" href="docker.css"> -->
<!-- <h1 style="background-image: linear-gradient(to right, rgba(0,0,255,0.40), rgba(0,255,0,0.60));
text-align:center;
font-family:verdana;
font-size:300%;">
WELCOME TO DOCKER WEB
</h1> -->
<h1 style = "font-size: 50px; text-shadow: 2px 2px 2px rgba(22,20,19,0.4); color: #e0c7c5; text-align: center;"> WELCOME </h1>
<style>
body{
background-image: url('BACKGROUND.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
</style>
<b><h2 style="color:#e0c7c5;
text-align:center;
-webkit-text-stroke:1px darkblue;
font-size:250%;">
<br/>
<br/>
Enter the car number : <input id = "in1" />
</h2></b>
<br/>
<pre>
<div style = "color: white; text-align:center;
font-family:verdana;
font-size:200%;
background-image: linear-gradient(to left, rgba(255,0,0,0.14), rgba(255,0,0,0.75));
}" id ="d1"> Here is the output </div>
<button style = "width: 170px;
display: block;
margin-left: auto;
margin-right: auto;
color: #591BC5;
font-size: 17px;
border:1px solid #EFEEF5;
font-weight: 500;
background: #EFEEF5;
border-radius: 20px;
padding: 10px;
cursor:pointer;
transition: .3s;" onclick="lw()">SUBMIT</button>
</pre>
</body>
</html>