-
Notifications
You must be signed in to change notification settings - Fork 0
/
Twittermaster.css
78 lines (66 loc) · 1.21 KB
/
Twittermaster.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
html, body {
background-color: #808080;
}
h1 {
color: #fff;
font-family: 'Special Elite', courier, cursive;
font-size: 3rem;
}
p{
color: #fff;
font-family: 'Special Elite', courier, cursive;
}
.picture {
width: 8rem;
height: 8rem;
position: relative;
display: inline-block;
margin: 0rem 3rem 0rem 3rem; /*top right bottom left*/
}
.stamp {
width: 8rem;
height: 8rem;
position: relative;
display: inline-block;
margin: 0rem 3rem 0rem 3rem; /*top right bottom left*/
}
img{
width: 8rem;
height: 8rem;
}
.group {
display: inline-block;
margin-top: 2rem;
}
input[type=button] {
background-color: #9d302b;
color: #fff;
font-family: 'Special Elite', courier, cursive;
font-weight: bold;
font-size: 1.5rem;
border: 1px solid #701d1f;
border-radius: 10%;
padding: 0.5rem 1rem;
}
.position {
width: 100%;
height: 100%;
position: absolute;
top: 1.2rem;
font-size: 2rem;
}
.name {
font-size: 1.5rem;
}
.score {
width: 100%;
height: 100%;
position: absolute;
top: -1.1rem;
left: 0.2rem;
font-size: 3.5rem;
}
#scoreboard {
text-align: center;
vertical-align: middle;
}