-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
50 lines (42 loc) · 673 Bytes
/
main.css
File metadata and controls
50 lines (42 loc) · 673 Bytes
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
@import url('https://fonts.googleapis.com/css?family=Lobster|Oswald');
html {
min-height: 100%;
position: relative;
}
body {
margin-bottom: 60px;
}
.header-text {
font-family: Lobster, cursive;
color: lightskyblue;
font-size: 35px;
}
.sticky-footer {
position: absolute;
bottom: 0;
height: 30px;
width: 100%;
line-height: 1;
}
.fa-heart {
color: pink;
}
.radio-group {
display:inline-block;
text-align:center;
}
.radio-group label {
display:block;
}
.title-text {
font-family: Lobster;
color: skyblue;
}
.subtitle-text {
font-family: Lobster;
color: pink;
text-decoration: underline;
}
ul {
text-transform: capitalize;
}