-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
76 lines (62 loc) · 1.09 KB
/
style.css
File metadata and controls
76 lines (62 loc) · 1.09 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
html {
height: 100%;
}
body {
font-family: 'Teko', sans-serif;
color: rgba(0,0,0,.6);
text-align: center;
text-transform: uppercase;
background: linear-gradient(180deg, red , yellow);
background-attachment: fixed;
background-repeat:no-repeat;
}
.container-fluid {
margin-top: 30px;
}
h1 {
font: 600 3.5em 'Teko', sans-serif;
text-align: center;
text-transform: uppercase;
margin-bottom: 10px;
line-height: 50px;
width: 100%;
}
h2 {
margin-top: 15px;
}
h3 {
font: 900 1em 'Teko', sans-serif;
text-align: center;
text-transform: none;
margin-bottom: 15px;
}
h4 {
border-bottom: 2px solid rgba(0,0,0,.4);
width: 35%;
margin: 10px auto;
}
.btn {
padding: 1px 10px;
text-align: center
}
ul {
display:table;
margin:0 auto;
list-style: none
}
li {
margin-right: 30px;
margin-bottom: 10px;
width: 150px;
height: 24px;
border: 2px solid white;
}
.slider {
margin-top: 8px;
margin-left: auto;
margin-right: auto;
display: block;
}
.sliderValue {
display: inline;
}