-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
81 lines (71 loc) · 1.19 KB
/
style.css
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
80
81
#my-game {
/* optional */
width: 800px;
height: 600px;
margin: 0 auto;
border: 1px solid black;
background-color: #383636;
}
.form-group {
font-weight: bolder;
margin: 0 auto;
position: absolute;
left: 50px;
margin-top: 600px;
color: #0f0;
text-transform: uppercase;
font-family: arial, Helvetica, sans-serif;
}
#usr {
border-radius: 11px;
height: 30px;
width: 240px;
}
#nameForm {
color: #fff;
text-align: center;
margin-top: 200px;
}
#nameForm #fname {
padding: 10px;
width: 50%;
border-radius: 15px;
}
#nameForm label {
font-size: 16px;
font-weight: 800;
color: #0f0;
text-transform: uppercase;
}
#sub-btn {
width: 150px;
text-transform: uppercase;
font-weight: 800;
background-color: #0f0;
padding: 8px;
color: #000;
margin-top: 40px;
}
#leader_board {
position: absolute;
top: 20px;
left: 18px;
}
#btnb {
padding: 10px;
text-transform: uppercase;
font-weight: bold;
}
ul {
list-style-type: none;
}
#leader_show li {
color: #25a725;
font-size: 18px;
text-transform: capitalize;
font-weight: bolder;
padding: 6px;
position: relative;
left: -40px;
font-family: "Big Shoulders Stencil Display", cursive;
}