Showing
5 changed files
with
15 additions
and
7 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> | ... | ... |
발표자료.pptx
0 → 100644
No preview for this file type
-
Please register or login to post a comment