Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김민규
/
rest_stop_list
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
lee
2022-05-06 21:55:25 +0900
1
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
874769577d7cb17f58d37aae457b98462944ff54
87476957
1 parent
7a3c9f2a
mainpage HTML & CSS
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
106 additions
and
0 deletions
app/public/mainpage.html
app/public/mainpage.html
0 → 100644
View file @
8747695
<!DOCTYPE html>
<html
lang=
"ko"
>
<head>
<link
href=
"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=swap"
rel=
"stylesheet"
>
</head>
<body>
<style>
*
{
font-family
:
'Noto Sans KR'
,
sans-serif
;
list-style
:
none
;
text-decoration
:
none
;
border-collapse
:
collapse
;
margin
:
0px
;
padding
:
0px
;
}
.headbar
{
display
:
flex
;
width
:
1535px
;
height
:
50px
;
margin-top
:
20px
;
}
.title
{
margin-left
:
200px
;
}
.title
span
{
margin-left
:
10px
}
.button
{
margin-top
:
8px
;
margin-left
:
600px
;
;
}
.button
span
{
margin-left
:
20px
;
}
.intro
{
position
:
fixed
;
width
:
1535px
;
height
:
290px
;
background-color
:
#40E0D0
;
}
.des
{
margin-top
:
120px
;
margin-left
:
230px
;
}
.bar
{
margin-bottom
:
15px
;
}
.icon
{
position
:
fixed
;
top
:
270px
;
margin-left
:
910px
;
}
.icon
span
{
border
:
4px
solid
white
;
border-radius
:
30%
;
padding-top
:
20px
;
padding-bottom
:
20px
;
padding-left
:
20px
;
padding-right
:
20px
;
margin-left
:
5px
;
}
</style>
<div
class=
"wrap"
>
<div
class=
"headbar"
>
<div
class =
"title"
>
<span
style=
"font-size: 22px;"
><b>
✧ 휴게소의 모든 것 ✧
</b></span>
<span
style=
"color:#0A9696"
>
Everything Of Rest Area
</span>
</div>
<div
class =
"button"
>
<span><a
href=
"https://www.naver.com/"
style =
"color: #0A9696;"
>
Log in
</a></span>
<span><a
href=
"https://www.google.co.kr"
style =
"color: #0A9696;"
>
Sign up
</a></span>
</div>
</div>
<div
class=
"intro"
style=
"background: #40E0D0"
>
<div
class=
"des"
>
<div
class=
"bar"
>
<hr
size=
"6"
width=
"200px"
color=
"white"
>
</div>
<div
style=
"color:white; font-size: 32px;"
><b>
당신이 방문할 휴게소의 모든 정보,
</b></div>
<div
style=
"color: white; font-size:40px;"
><b>
휴게소의 모든 것
</b></div>
</div>
<div
class=
"icon"
>
<span
style=
"color:white; font-size:20px;"
><b>
날씨
</b></span>
<span
style=
"color:white; font-size:20px;"
><b>
메뉴
</b></span>
<span
style=
"color:white; font-size:20px;"
><b>
LPG
</b></span>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
이서현
@2021105623 commented
2022-05-29 07:17:26 UTC
이 때 push할 때 이메일 주소를 실수로 입력을 안 해서 이름이 다르게 되어있는데, lee=leeseohyun(lee)=이서현입니다:)
Please
register
or
login
to post a comment