Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김진우
/
YTMT
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
김진우
2019-12-03 20:57:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
165dbd04dfd9775ae641149d33f88f04421260d8
165dbd04
1 parent
6dafcdb7
css 2차수정
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
28 deletions
public/stylesheets/login.css
public/stylesheets/style.css
views/login.ejs
public/stylesheets/login.css
0 → 100644
View file @
165dbd0
a
.nitoon
{
font-size
:
36px
;
color
:
#8eb640
;
font-family
:
Gugi
;
position
:
absolute
;
left
:
59.3%
;
top
:
20%
;
}
img
.login1
{
position
:
absolute
;
left
:
59.5%
;
top
:
35%
;
}
img
.login2
{
position
:
absolute
;
left
:
59.5%
;
top
:
45%
;
}
img
.login3
{
position
:
absolute
;
;
left
:
59.2%
;
top
:
55%
;
}
body
{
background-image
:
url('/images/login_back.jpeg')
;
background-size
:
cover
;
}
\ No newline at end of file
public/stylesheets/style.css
View file @
165dbd0
a
.nitoon
{
font-size
:
36px
;
color
:
#8eb640
;
font-family
:
Gugi
;
position
:
absolute
;
left
:
59.3%
;
top
:
20%
;
}
img
.login1
{
position
:
absolute
;
left
:
59.5%
;
top
:
35%
;
}
img
.login2
{
position
:
absolute
;
left
:
59.5%
;
top
:
45%
;
}
img
.login3
{
position
:
absolute
;
;
left
:
59.2%
;
top
:
55%
;
}
body
{
background-image
:
url('/images/login_back.jpeg')
;
background-size
:
cover
;
}
body
,
html
{
font-family
:
'Raleway'
,
sans-serif
;
text-rendering
:
optimizeLegibility
!important
;
...
...
views/login.ejs
View file @
165dbd0
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"UTF-8"
>
<title>
Login Select
</title>
<link
rel=
'stylesheet'
href=
'/stylesheets/
style
.css'
/>
<link
rel=
'stylesheet'
href=
'/stylesheets/
login
.css'
/>
<link
href=
"https://fonts.googleapis.com/css?family=Gugi&subset=korean"
rel=
"stylesheet"
>
</head>
<body>
...
...
Please
register
or
login
to post a comment