-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduct.html
More file actions
43 lines (42 loc) · 1.89 KB
/
product.html
File metadata and controls
43 lines (42 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
#container{
margin:0 auto;
display:flex;
justify-content: center;
}
.con2{
width:80%;
height:100%;
}
</style>
<title>Document</title>
</head>
<body>
<div id="container">
<div class="con2">
<h1>레드향</h1>
<p>껍질에 붉은 빛이 돌아 <strong>레드향</strong>이라 불린다.</p>
<p>레드향은 한라봉과 귤을 교배한 것으로<br>일반 귤보다
2~3배 크고, 과육이 붉고 통통하다.</p>
<p>비타민 C와 비타민 P가 풍부해<br><strong>혈액순환</strong>,
<strong>감기예방</strong> 등에 좋은 것으로 알려져 있다.</p>
<hr>
<h2>레드향 샐러드 레시피</h2>
<p><strong>재료</strong> : 레드향 1 개, 아보카도 1 개, 토마토 1 개, 샐러드 채소 30g</p>
<p><strong>드레싱</strong> : 올리브유 1 큰술, 레몬즙 2 큰술, 꿀 1 큰술, 소금 약간</p>
<p> 1. 샐러드 채소를 씻고 물기를 제거한 후 준비합니다.<br>
2. 레드향과 아보카도, 토마토를 먹기 좋은 크기를 썰어둡니다.<br>
3. 드레싱 재료를 믹서에 갈아줍니다.<br>
4. 볼에 샐러드 채소와 썰어 둔 레드향, 아보카도, 토마토를 넣고 드레싱을<br>
뿌리면 끝!
</p>
<img src="../html/image/salad.jpg" alt="레드향 샐러드">
</div>
</div>
</body>
</html>