-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.html
99 lines (87 loc) · 2.3 KB
/
library.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<!-- saved from url=(0036)file:///C:/xampp/htdocs/library.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title></title>
<link rel="stylesheet" type="text/css" href="file:///C:/xampp/htdocs/bootstrap.min.css">
<style type="text/css">
body
{
background-image: url(lbg.jpg);
}
input[type=text], input[type=password], input[type=tel], input[type=date], input[type=email] {
width: 40%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
border-radius: 5px;
}
button {
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 20%;
margin: 5% auto 15% auto;
border-radius: 5px;
}
.container
{
margin-top: 10%;
margin-left: 25%;
margin-right: 25%
border-color: black;
padding: 20px 20px 20px 20px;
background-repeat: no-repeat;
}
#sb
{
margin-left: 180px;
}
.heading {
font-weight: 300;
line-height: 1;
letter-spacing: -1px;
text-align: center;
}
</style>
</head>
<body>
<h2 class="heading" >Library Managment, <br>We will notify you when to return</h2>
<div class="container" style="
margin-right: 20%;
margin-left: 30%;
">
<label><b>Book name</b></label>
<input type="text" placeholder="Book name" name="book_name" required="">
<br> <label><b>Issue Date</b></label>
<input type="date" style="margin-left: 7px;" placeholder="Enter Issue Date" name="issue_date" required="">
<br>
<div id="sb" style="
width: 100px;
height: 100px;
margin-left: 20%;
margin-top: 10%;
">
<button type="submit" style="
width: 150px;
">Set Reminder</button>
</div>
</div>
<script type="text/javascript">
<script language="JavaScript">
TargetDate = "12/31/2020 5:00 AM";
BackColor = "palegreen";
ForeColor = "navy";
CountActive = true;
CountStepper = -1;
LeadingZero = true;
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
FinishMessage = "It is finally here!";
</script>
<script language="JavaScript" src="//scripts.hashemian.com/js/countdown.js"></script>
</script>
</body></html>