-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle4.css
More file actions
79 lines (79 loc) · 1.32 KB
/
style4.css
File metadata and controls
79 lines (79 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#head1 {
font-family: Times New Roman;
font-weight: bold;
padding-left: 480px;
font-size: 50px;
}
#object1, #object2 {
font-family: Times New Roman;
font-weight: bold;
font-size: 50px;
}
#object1 {
position: absolute;
padding-top: 200px;
padding-left: 250px;
}
#object2 {
position: absolute;
padding-top: 200px;
padding-left: 1000px;
}
#vs {
font-family: Times New Roman;
font-weight: bold;
font-size: 30px;
position: absolute;
padding-top: 230px;
padding-left: 715px;
}
#check{
position: absolute;
margin-top: 400px;
margin-left: 550px;
border: 2px dashed black;
font-weight: bold;
font-family: Times New Roman;
font-size: 35px;
color:white;
background-color: red;
padding-top: 5px;
padding-bottom: 5px;
}
#check:active{
background-color: darkgray;
color: white;
}
#survivor {
position: absolute;
margin-left:450px;
margin-top:500px;
font-weight: bold;
font-family: Times New Roman;
font-size: 35px;
}
#res {
color:#63e60b ;
position: absolute;
margin-left:830px;
margin-top:500px;
font-weight: bold;
font-family: Times New Roman;
font-size: 35px;
}
#tb1 {
width: 300px;
font-size: 25px;
position: absolute;
margin-top: 100px;
margin-left: 300px;
text-align: center;
}
#tb2 {
width: 300px;
font-size: 25px;
position: absolute;
margin-top: 100px;
margin-left: 950px;
text-align: center;
}