Showing
1 changed file
with
106 additions
and
0 deletions
app/public/mainpage.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html lang="ko"> | ||
3 | + <head> | ||
4 | + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=swap" rel="stylesheet"> | ||
5 | + </head> | ||
6 | + <body> | ||
7 | + | ||
8 | + <style> | ||
9 | + *{ | ||
10 | + font-family: 'Noto Sans KR', sans-serif; | ||
11 | + list-style: none; | ||
12 | + text-decoration: none; | ||
13 | + border-collapse: collapse; | ||
14 | + margin: 0px; | ||
15 | + padding: 0px; | ||
16 | + } | ||
17 | + | ||
18 | + .headbar{ | ||
19 | + display:flex; | ||
20 | + width:1535px; | ||
21 | + height:50px; | ||
22 | + margin-top:20px; | ||
23 | + } | ||
24 | + | ||
25 | + .title{ | ||
26 | + margin-left: 200px; | ||
27 | + } | ||
28 | + | ||
29 | + .title span{ | ||
30 | + margin-left: 10px | ||
31 | + } | ||
32 | + | ||
33 | + .button { | ||
34 | + margin-top: 8px; | ||
35 | + margin-left: 600px;; | ||
36 | + } | ||
37 | + .button span{ | ||
38 | + margin-left: 20px; | ||
39 | + } | ||
40 | + | ||
41 | + .intro{ | ||
42 | + position:fixed; | ||
43 | + width: 1535px; | ||
44 | + height:290px; | ||
45 | + background-color: #40E0D0; | ||
46 | + | ||
47 | + } | ||
48 | + | ||
49 | + .des{ | ||
50 | + margin-top:120px; | ||
51 | + margin-left: 230px; | ||
52 | + } | ||
53 | + | ||
54 | + .bar{ | ||
55 | + margin-bottom:15px; | ||
56 | + } | ||
57 | + | ||
58 | + .icon{ | ||
59 | + position:fixed; | ||
60 | + top: 270px; | ||
61 | + margin-left: 910px; | ||
62 | + } | ||
63 | + .icon span{ | ||
64 | + border:4px solid white; | ||
65 | + border-radius:30%; | ||
66 | + padding-top: 20px; | ||
67 | + padding-bottom: 20px; | ||
68 | + padding-left: 20px; | ||
69 | + padding-right: 20px; | ||
70 | + margin-left:5px; | ||
71 | + } | ||
72 | + </style> | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + <div class="wrap"> | ||
77 | + <div class="headbar"> | ||
78 | + <div class ="title"> | ||
79 | + <span style="font-size: 22px;"><b>✧ 휴게소의 모든 것 ✧</b></span> | ||
80 | + <span style="color:#0A9696">Everything Of Rest Area</span> | ||
81 | + </div> | ||
82 | + <div class = "button"> | ||
83 | + <span><a href="https://www.naver.com/" style = "color: #0A9696;">Log in</a></span> | ||
84 | + <span><a href="https://www.google.co.kr" style = "color: #0A9696;">Sign up</a></span> | ||
85 | + </div> | ||
86 | + </div> | ||
87 | + | ||
88 | + | ||
89 | + <div class="intro" style="background: #40E0D0"> | ||
90 | + <div class="des"> | ||
91 | + <div class="bar"> | ||
92 | + <hr size="6" width= "200px" color="white"> | ||
93 | + </div> | ||
94 | + <div style="color:white; font-size: 32px;"><b>당신이 방문할 휴게소의 모든 정보,</b></div> | ||
95 | + <div style="color: white; font-size:40px;"><b> 휴게소의 모든 것</b></div> | ||
96 | + </div> | ||
97 | + | ||
98 | + <div class="icon"> | ||
99 | + <span style="color:white; font-size:20px;"><b>날씨</b></span> | ||
100 | + <span style="color:white; font-size:20px;"><b>메뉴</b></span> | ||
101 | + <span style="color:white; font-size:20px;"><b>LPG</b></span> | ||
102 | + </div> | ||
103 | + </div> | ||
104 | + </div> | ||
105 | +</body> | ||
106 | +</html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment