-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
49 lines (40 loc) · 836 Bytes
/
styles.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
/* These styles are provided for you */
header a {
padding: 1rem;
display: block;
font-family: sans-serif;
text-decoration: none;
color: #4522a9;
}
.apply {
color: #fff;
font-weight: bold;
background-color: rgb(255, 138, 0);
}
.apply:hover {
background-color: rgba(255, 138, 0, .7);
}
h2 {
font-size: 4rem;
font-family: "Libre Baskerville", serif;
line-height: 1.15;
}
article {
background-color: #fafaff;
}
article div {
color: #4522a9;
font-size: 20px;
line-height: 1.45;
font-family: "Nunito Sans", sans-serif;
padding: 20px;
max-width: 600px;
}
.visit-us iframe {
max-width: 600px;
}
/* Add your styles here */
header {
padding: 20px;
/* add more header layout properties here... */
}