대여화면1.html 970 Bytes
<!DOCTYPE html>
<html>
<head>
	<title>대여화면1</title>
</head>
<style>
body {
	background-color: rgb(230, 243, 255);
}
img {
	display:block;
	margin:auto;
}
#btn1 {
	width: 150px;
	height: 150px;
	font-size:32px;
	font-family: '배달의민족 도현';
	color: rgb(165, 210, 134);
	background: white;
	border: solid 5px white;
	border-radius: 50%;
	margin-right: 150px; 
    margin-top: 50px;
}
#btn2 {
	width: 150px;
	height: 150px;
	font-size:32px;
	font-family: '배달의민족 도현';
	color: rgb(251, 199, 205);
	background: white;
	border: solid 5px white;
	border-radius: 50%;
	margin-left: 150px; 
	margin-top: 50px;
}

</style>

<body>

<br><br>
<img style="border-radius:15px;" width="300px;" src="캡처6.png"/><br>
<form>

<br>

<center><button id="btn1">대여하기</button></center>
<center><button id="btn2">대여현황</button></center>
<br><br><br><br>
<img width="100;" height="70;" align="bottom;" src="khu.png"/>

</form>



</body>

</html>