대여현황.html
1.09 KB
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
<!DOCTYPE html>
<html>
<head>
<title>대여현황</title>
</head>
<style>
body {
background-color: rgb(230, 243, 255);
}
img {
display:block;
margin:auto;
}
#btn1 {
width: 250px;
height: 100px;
font-size:20px;
font-family: '배달의민족 도현';
color: gray;
background: white;
border: solid 5px white;
border-radius: 5px;
vertical-align: bottom;
line-height: 150%;
}
#btn2 {
width: 47px;
height: 100px;
box-sizing: border-box;
font-size: 20px;
font-family: '배달의민족 도현';
background-color: rgb(255, 101, 101);
color: white;
border-radius:5px;
border: solid 5px rgb(255, 101, 101);
}
</style>
<body>
<br>
<img style="border-radius:15px;" width="300px;" src="캡처8.png"/>
<form>
<br><br><br>
<center><button id="btn1">공과대학 102호<br>2018.11.26<br>10:30 ~ 12:00</button> <button id="btn2">X</button></center><br>
<center><button id="btn1">학생회관 OpenLab.<br>2018.11.29<br>18:00 ~ 19:00</button> <button id="btn2">X</button></center>
<br><br><br><br>
<img width="100;" height="70;" align="bottom;" src="khu.png"/>
</form>
</body>
</html>