forked from Mansour-J/cv_teaching_students
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
51 lines (44 loc) · 726 Bytes
/
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
body {
margin: 0;
padding: 0;
font: 1em/1.5em "Open Sans", sans-serif;
background-color: green;
color: white;
}
header {
text-align: center;
padding: 2rem;
}
header p:nth-child(1){
font-weight: bold;
font-size: 2rem;
margin: 0;
}
header p:nth-child(2) {
margin: .5rem 0 0;
letter-spacing: .2rem;
text-transform: uppercase;
letter-spacing: .2rem;
}
main {
background-color: white;
color: black;
padding: 2rem 0 4rem;
}
h1 {
font-family: "Covered By Your Grace", cursive;
font-size: 4rem;
text-align: center;
}
main img {
display: block;
width: 3rem;
max-width: 50%;
margin: 0 auto 1rem;
height: auto;
}
main p {
width: 30rem;
max-width: 80%;
margin: 0 auto 1rem;
}