김혜림

second commit

No preview for this file type

6.36 KB

<!DOCTYPE html>
<html>
<head>
<title>대여화면3</title>
</head>
<style>
body {
background-color: rgb(230, 243, 255);
}
img {
display:block;
margin:auto;
}
input[type=text] {
width: 300px;
box-sizing: border-box;
border: 3px solid rgb(191, 191, 191);
border-radius: 4px;
font-size: 18px;
font-family: '배달의민족 도현';
background-color: rgb(230, 243, 255);
background-position: 5px 2.5px;
background-repeat: no-repeat;
padding: 12px 20px 12px 50px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
input[type=text]:focus {
width: 30%;
}
#btn1 {
width: 147px;
height: 60px;
font-size:16px;
font-family: '배달의민족 도현';
text-align: left;
color: gray;
background: white;
border: solid 5px white;
border-radius: 5px;
}
#btn2 {
width: 147px;
height: 60px;
font-size:25px;
font-family: '배달의민족 도현';
color: rgb(045, 098, 155);
background: white;
border: solid 5px white;
border-radius: 5px;
}
</style>
<body>
<br>
<img style="border-radius:15px;" width="300px;" src="캡처7.png"/>
<form>
<br>
<center><input style="background-image:url(searchicon.png);" type="text" name="search" placeholder="Search.."></center><br>
<center><button id="btn1">전자정보대학<br>103호</button>&nbsp;<button id="btn2">대여가능</button></center><br>
<img width="100;" height="70;" align="bottom;" src="khu.png"/>
</form>
</body>
</html>
\ No newline at end of file
......@@ -20,7 +20,6 @@ img {
background: white;
border: solid 5px white;
border-radius: 50%;
margin-right: 150px;
margin-top: 50px;
}
#btn2 {
......@@ -32,7 +31,6 @@ img {
background: white;
border: solid 5px white;
border-radius: 50%;
margin-left: 150px;
margin-top: 50px;
}
......@@ -40,15 +38,14 @@ img {
<body>
<br><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>
<center><button id="btn1">대여하기</button>&nbsp;&nbsp;<button id="btn2">대여현황</button></center>
<br><br><br><br><br><br>
<img width="100;" height="70;" align="bottom;" src="khu.png"/>
</form>
......
......@@ -14,20 +14,20 @@ img {
input[type=text] {
width: 300px;
box-sizing: border-box;
border: 3px solid lightgray;
border: 3px solid rgb(191, 191, 191);
border-radius: 4px;
font-size: 16px;
font-size: 18px;
font-family: '배달의민족 도현';
background-color: rgb(230, 243, 255);
background-image: searchicon.png;
background-position: 10px 10px;
background-position: 5px 2.5px;
background-repeat: no-repeat;
padding: 12px 20px 12px 40px;
padding: 12px 20px 12px 50px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
input[type=text]:focus {
width: 50%;
width: 30%;
}
#btn1 {
width: 300px;
......@@ -44,13 +44,13 @@ input[type=text]:focus {
<body>
<br><br>
<img style="border-radius:15px;" width="300px;" src="캡처6.png"/>
<br>
<img style="border-radius:15px;" width="300px;" src="캡처7.png"/>
<form>
<br>
<center><input type="text" name="search" placeholder="Search.."><image width="30px"src="searchicon.png"></center><br>
<center><input style="background-image:url(searchicon.png);" type="text" name="search" placeholder="Search.."></center><br>
<center><button id="btn1">강의실</button></center><br>
<center><button id="btn1">회의 공간</button></center><br>
......
......@@ -20,6 +20,7 @@ input[type=text] {
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
font-family: '배달의민족 도현';
}
input[type=text]:focus {
border: 3px solid #555;
......@@ -34,6 +35,7 @@ input[type=password] {
transition: 0.5s;
outline: none;
margin-right: 7px;
font-family: '배달의민족 도현';
}
input[type=password]:focus {
border: 3px solid #555;
......@@ -67,7 +69,7 @@ h2 {
<body>
<br><br>
<br>
<img style="border-radius:15px;" width="300px;" src="캡처6.png"/>
<form>
......