Showing
5 changed files
with
16 additions
and
8 deletions
... | @@ -5,6 +5,18 @@ | ... | @@ -5,6 +5,18 @@ |
5 | font-size: 12px; | 5 | font-size: 12px; |
6 | } | 6 | } |
7 | 7 | ||
8 | +h1 { | ||
9 | + font-size: 45px; | ||
10 | + text-align: center; | ||
11 | + border-bottom: 1px solid gray; | ||
12 | + margin: 0; | ||
13 | + padding: 30px; | ||
14 | +} | ||
15 | +a { | ||
16 | + color: black; | ||
17 | + text-decoration: none; | ||
18 | +} | ||
19 | + | ||
8 | .map_wrap a, .map_wrap a:hover, .map_wrap a:active { | 20 | .map_wrap a, .map_wrap a:hover, .map_wrap a:active { |
9 | color: #000; | 21 | color: #000; |
10 | text-decoration: none; | 22 | text-decoration: none; | ... | ... |
... | @@ -10,12 +10,8 @@ | ... | @@ -10,12 +10,8 @@ |
10 | </head> | 10 | </head> |
11 | 11 | ||
12 | <body> | 12 | <body> |
13 | - <h1><a href="/food">점심 메뉴 정하기</a></h1> | 13 | + <h1><a href="/food" >랜덤 메뉴 추천</a></h1> |
14 | <div class="grid"> | 14 | <div class="grid"> |
15 | - <ul> | ||
16 | - <il><a href="/food/search">검색</a></il><br> | ||
17 | - <il><a href="/food/recommendation">추천</a></il> | ||
18 | - </ul> | ||
19 | 15 | ||
20 | <article> | 16 | <article> |
21 | <h2> | 17 | <h2> | ... | ... |
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
10 | </head> | 10 | </head> |
11 | 11 | ||
12 | <body> | 12 | <body> |
13 | - <h1><a href="/food">점심 메뉴 정하기</a></h1> | 13 | + <h1><a href="/food">랜덤 메뉴추천</a></h1> |
14 | 14 | ||
15 | 15 | ||
16 | <div class="grid"> | 16 | <div class="grid"> |
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
24 | <%= title %> | 24 | <%= title %> |
25 | </h2> | 25 | </h2> |
26 | <p><%= description %></p> | 26 | <p><%= description %></p> |
27 | - | 27 | + |
28 | <button id='check_all'>모두 선택</button> | 28 | <button id='check_all'>모두 선택</button> |
29 | <button id='uncheck_all'>모두 해제</button> | 29 | <button id='uncheck_all'>모두 해제</button> |
30 | <button id='count_check'>체크 수 확인</button> | 30 | <button id='count_check'>체크 수 확인</button> | ... | ... |
발표자료.pptx
0 → 100644
No preview for this file type
-
Please register or login to post a comment