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-04 15:11:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8ab7b6c9efa13471a201af2d78ddee7a61177d97
8ab7b6c9
1 parent
1429a8fe
html 사이트 기본 틀
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
a.html
a.html
0 → 100644
View file @
8ab7b6c
<!DOCTYPE html>
<html>
<style
type =
"text/css"
>
body
{
margin-left
:
0px
;
margin-top
:
0px
;
margin-right
:
0px
;
margin-bottom
:
0px
;
width
:
100%
;
font-size
:
3.0em
;
line-height
:
3.0em
;
font-weight
:
bold
;
font-family
:
Yeon
Sung
;
text-align
:
center
;
color
:
white
;
background-image
:
url(ProbabilityDeath/public/images/fdd.jpg)
;
}
#center_top1
{
position
:
absolute
;
top
:
50px
;
left
:
550px
;
height
:
25%
;
overflow
:
hidden
;
}
#center_top2
{
position
:
absolute
;
top
:
200px
;
left
:
600px
;
height
:
25%
;
overflow
:
hidden
;}
#center_top3
{
position
:
absolute
;
top
:
350px
;
left
:
500px
;
height
:
25%
;
overflow
:
hidden
;}
#center_top4
{
position
:
absolute
;
top
:
500px
;
left
:
670px
;
height
:
25%
;
overflow
:
hidden
;
}
</style>
<body>
<div
id =
"center_top1"
>
(사용자정보) 님은
</div>
<div
id =
"center_top2"
>
(타이머) 뒤에
</div>
<div
id =
"center_top3"
>
(사고 요인)로 인해 사망
</div>
<div
id =
"center_top4"
>
합니다.
</div>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment