Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김윤지
/
Probability Death
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-06-06 01:04:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
21e716815cc3de83609e80b2b7d625a167ba958c
21e71681
1 parent
1c42346d
main.ejs background image 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
42 deletions
views/main.ejs
views/main.ejs
View file @
21e7168
...
...
@@ -24,48 +24,48 @@
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"
></script>
<style
type=
"text/css"
>
html
,
{
margin
:
0
;
padding
:
0
;
}
body
{
margin
:
0
;
padding
:
0
;
/* background-image: url('background.jp
g');
background-repeat: no-repeat;
background-size: cover; */
/* background: linear-gradient( to bottom, #fbc2eb, #a6c1ee ); */
}
h1
{
color
:
white
;
font-family
:
'Nanum Brush Script'
,
cursive
;
}
label
{
color
:
white
;
font-size
:
20px
;
font-family
:
'Yeon Sung'
,
cursive
;
}
#banner
{
position
:
absolute
;
top
:
0
;
width
:
100%
;
}
#footer
{
position
:
absolute
;
bottom
:
0
;
width
:
100%
;
height
:
50px
;
text-align
:
center
;
font-family
:
'Yeon Sung'
,
cursive
;
color
:
white
;
}
html
,
{
margin
:
0
;
padding
:
0
;
}
body
{
margin
:
0
;
padding
:
0
;
/* background-image: url('newbackground.pn
g');
background-repeat: no-repeat;
background-size: cover; */
/* background: linear-gradient( to bottom, #fbc2eb, #a6c1ee ); */
}
h1
{
color
:
white
;
font-family
:
'Nanum Brush Script'
,
cursive
;
}
label
{
color
:
white
;
font-size
:
20px
;
font-family
:
'Yeon Sung'
,
cursive
;
}
#banner
{
position
:
absolute
;
top
:
0
;
width
:
100%
;
}
#footer
{
position
:
absolute
;
bottom
:
0
;
width
:
100%
;
height
:
50px
;
text-align
:
center
;
font-family
:
'Yeon Sung'
,
cursive
;
color
:
white
;
}
</style>
</head>
...
...
Please
register
or
login
to post a comment