대여현황.html 1.09 KB
<!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>&nbsp;<button id="btn2">X</button></center><br>
<center><button id="btn1">학생회관 OpenLab.<br>2018.11.29<br>18:00 ~ 19:00</button>&nbsp;<button id="btn2">X</button></center>

<br><br><br><br>
<img width="100;" height="70;" align="bottom;" src="khu.png"/>

</form>



</body>

</html>