seungmi

간단한 수정

......@@ -5,6 +5,18 @@
font-size: 12px;
}
h1 {
font-size: 45px;
text-align: center;
border-bottom: 1px solid gray;
margin: 0;
padding: 30px;
}
a {
color: black;
text-decoration: none;
}
.map_wrap a, .map_wrap a:hover, .map_wrap a:active {
color: #000;
text-decoration: none;
......
......@@ -10,12 +10,8 @@
</head>
<body>
<h1><a href="/food">점심 메뉴 정하기</a></h1>
<h1><a href="/food" >랜덤 메뉴 추천</a></h1>
<div class="grid">
<ul>
<il><a href="/food/search">검색</a></il><br>
<il><a href="/food/recommendation">추천</a></il>
</ul>
<article>
<h2>
......
......@@ -9,7 +9,7 @@
</head>
<body>
<h1><a href="/food">점심메뉴 정하기</a></h1>
<h1><a href="/food">랜덤 메뉴 추천</a></h1>
<div class="grid">
<ul>
......
......@@ -10,7 +10,7 @@
</head>
<body>
<h1><a href="/food">점심 메뉴 정하기</a></h1>
<h1><a href="/food">랜덤 메뉴추천</a></h1>
<div class="grid">
......@@ -24,7 +24,7 @@
<%= title %>
</h2>
<p><%= description %></p>
<button id='check_all'>모두 선택</button>
<button id='uncheck_all'>모두 해제</button>
<button id='count_check'>체크 수 확인</button>
......
No preview for this file type