-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskills.css
99 lines (68 loc) · 1.2 KB
/
skills.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
.heading {
text-align: center;
font-family: 'Zilla Slab', serif;
font-size: 50px;
}
#span , #span1{
font-family: 'Caveat Brush', cursive;
}
#ifelse {
font-size: 35px;
margin-right: 200px;
}
.else {
margin-right: 550px;
font-size: 35px;
}
.factor{
margin-bottom: 80px;
}
.para {
font-size: 20px;
margin-left:30px;
line-height: 2;
font-family: 'Zilla Slab', serif;
}
blockquote {
font-family: Georgia, serif;
position: relative;
margin: 0.5em;
padding: 0.5em 2em 0.5em 3em;
}
blockquote:before {
font-family: Georgia, serif;
position: absolute;
font-size: 6em;
line-height: 1;
top: 0;
left: 0;
content: "\201C";
}
blockquote:after {
font-family: Georgia, serif;
position: absolute;
/* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
float:right;
font-size:6em;
line-height: 1;
right:0;
bottom:-0.5em;
content: "\201D";
}
/*.data {
border: 10px solid black;
}*/
.bar {
margin-bottom: 100px;
}
#span1 {
font-size: 30px;
text-decoration: underline;
}
.data {
font-size: 20px;
font-family: 'Zilla Slab', serif;
}
.row {
margin-bottom: 100px;
}