Toggle navigation
Toggle navigation
This project
Loading...
Sign in
kkl
/
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 19:41:48 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0e64a12d9b98678771078406a1e597c8cda42e2d
0e64a12d
1 parent
91c36189
html 화면 비율 맞춤, 텍스트 위치 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
6 deletions
views/new_index.ejs
views/new_index.ejs
View file @
0e64a12
...
...
@@ -18,7 +18,7 @@
margin-top
:
0px
;
margin-right
:
0px
;
margin-bottom
:
0px
;
width
:
100%
;
width
:
auto
;
font-size
:
3.0em
;
line-height
:
3.0em
;
font-weight
:
bold
;
...
...
@@ -35,22 +35,59 @@
#center_top1
{
position
:
absolute
;
top
:
100px
;
left
:
630px
;
height
:
25%
;
overflow
:
hidden
;
}
#center_top1
{
position
:
absolute
;
top
:
200px
;
left
:
630px
;
height
:
25%
;
overflow
:
hidden
;
}
#center_top2
{
position
:
absolute
;
top
:
300px
;
left
:
600px
;
height
:
25%
;
overflow
:
hidden
;}
#center_top2
{
position
:
absolute
;
top
:
321px
;
left
:
601px
;
height
:
25%
;
margin
:
auto
;
overflow
:
hidden
;
}
#center_top3
{
position
:
absolute
;
top
:
500px
;
left
:
400px
;
height
:
25%
;
overflow
:
hidden
;}
#center_top3
{
position
:
absolute
;
top
:
437px
;
left
:
446px
;
height
:
25%
;
overflow
:
hidden
;
}
#banner
{
position
:
absolute
;
top
:
0
;
width
:
100%
;
}
#bg
{
position
:
fixed
;
top
:
-50%
;
left
:
0%
;
width
:
100%
;
height
:
200%
;
}
#bg
img
{
position
:
absolute
;
top
:
0
;
left
:
0
;
right
:
0
;
bottom
:
0
;
margin
:
auto
;
min-width
:
50%
;
min-height
:
50%
;
}
</style>
</head>
<body>
<img
src=
"images/background.jpg"
alt=
""
style=
"z-index:-1; min-width: 100%; min-height: 100%"
width=
"50%"
height=
"100%"
>
<div
id=
"bg"
>
<img
src=
"images/background.jpg"
width=
"100%"
height=
"50%"
>
</div>
<div
id =
"center_top1"
>
(사용자정보) 님은
...
...
Please
register
or
login
to post a comment