-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
87 lines (85 loc) · 1.42 KB
/
style.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
80
81
82
83
84
85
86
87
body {
margin: 0;
}
header {
display: flex;
background-image: url("https://raw.githubusercontent.com/green-fox-academy/myfirstapp-syllabus/master/assets/first-website-header.png");
height: 400px;
justify-content: center;
align-items: flex-end;
background-size: cover;
background-position: center;
resize: both;
padding: 30px;
box-sizing: border-box;
margin-bottom: 50px;
}
#title {
font-size: 250%;
font-family: 'Abril Fatface', cursive;
}
.hi{
margin: 0;
}
.anakin {
margin: 0;
}
.contain {
margin: 0 auto;
width: 60%;
padding: 0;
line-height: 200%;
font-weight: 300;
font-family: 'Josefin Sans', sans-serif;
}
ul {
list-style-type: square;
}
.writing {
margin: 0 10%;
font-size: 130%;
}
.writing2 {
margin: 0 10%;
font-size: 100%;
}
.writing2 h2 {
text-transform: uppercase;
line-height: 80px;
}
.writing2 p {
line-height: 150%;
}
.writing2 h3{
margin-bottom: 0;
}
.writing2 h4 {
line-height: 100%;
margin: 0;
font-family: 'Merriweather', serif;
}
.quote {
position: relative;
text-align: center;
background: #505050;
color: white;
font-size: 230%;
padding: 5% 1%;
font-family: 'Abril Fatface', cursive;
line-height: 100%;
}
blockquote::before {
position: absolute;
content: open-quote;
top: 15%;
left: 1%;
font-size: 230%;
}
blockquote::after {
content: no-close-quote;
}
#interest {
border-top: solid 3px black;
margin: 0 5%;
padding: 0 5%
}