김정은

머지 진행

......@@ -39,16 +39,20 @@ ul.sidenav li a:hover:not(.active) {
}
table {
width: 70%;
height: 100%;
border-collapse: collapse;
text-align: center;
vertical-align: middle;
}
td {
vertical-align: middle;
text-align: center;
border: 1px solid #ddd;
padding: 15px;
width: 20%;
height: 20%;
width: 10%;
height: 0%;
padding-bottom: 20%;
background-image: url("/images/stamp.jpg");
background-repeat: no-repeat;
background-position: center top;
}
.bold {
color: #ffc0cb;
......@@ -60,9 +64,20 @@ td {
}
#show {
width: 15%;
height: 55%;
display: inline-block;
float: left;
overflow: auto;
position: fixed;
background-color: #000;
}
#maintitle {
text-align: center;
background-color: #000;
color: #fff;
height: 55%;
padding: 8px 16px;
margin-left: 15%;
}
#mynav {
display: block;
......@@ -74,3 +89,7 @@ td {
float: left;
margin-left: 0px;
}
#map {
height: 400px;
width: 100%;
}
......
......@@ -69,19 +69,19 @@ td
font-size : 8pt;
#show
width: 15%;
height : 55%;
display : inline-block;
float : left;
overflow : auto;
position : fixed;
background-image : url("/images/menu_icon.png");
background-repeat: no-repeat;
background-position: center top;
background-color : black;
#maintitle
text-align : center;
background : black;
background-color : black;
color : white;
padding: 80px 16px;
height : 55%;
padding: 8px 16px;
margin-left : 15%;
#mynav
......
......@@ -26,7 +26,7 @@
<div id ="show">clickmenu</div>
<div id ="maintitle">맛집견문록</div>
<div id ="maintitle"><image src ='/images/title.png' /></div>
<div id ="mynav">
<ul class="sidenav">
......