-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (78 loc) · 1.29 KB
/
style.css
File metadata and controls
89 lines (78 loc) · 1.29 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
80
81
82
83
84
85
86
87
88
89
html {
position: relative;
min-height: 100%;
}
nav {
background-color: #000000;
margin: -8px;
position: fixed;
width: 100%;
z-index: 2;
}
#logo {
width: 100px;
padding: 5px 10px;
}
body {
background-image: url('images/bg.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
}
#title {
background-color: #000000;
color: #ffffff;
font-family: 'Impact';
transform: rotate(-5deg);
text-align: center;
font-size: 80px;
display: inline-block;
padding: 15px 30px;
margin: 40px;
margin-top: 100px;
left: 500%;
}
.emote {
margin: auto;
margin-bottom: 30px;
width: 85%;
}
.emote-name {
background: rgba(255, 255, 255, .95);
font-family: 'Impact';
font-size: 35px;
padding: 5px 10px;
}
.emote-info {
font-family: Helvetica;
font-size: 17px;
background: rgba(255, 255, 255, 0.85);
width: 100%;
height: 200px;
padding-top: 10px;
}
ul {
margin-left: 180px;
}
.dance-icon {
float: left;
width: 180px;
height: 180px;
margin: 0px 10px;
}
footer {
font-family: Helvetica;
background-color: #000000;
left: 0;
bottom: 0;
width: 100%;
color: white;
padding: 10px 20px;
}
#extra-text {
font-family: 'Impact';
font-size: 35px;
margin-top: -50px;
color: gray;
display: inline-block;
vertical-align: middle;
}