-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
52 lines (45 loc) · 916 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
50
51
52
body {
margin-top: 0;
margin-left: 0;
margin-right: 0;
text-align: center;
}
h1 {
font-family: 'Trebuchet MS', sans-serif;
font-size: 70px;
color: #ffe23d;
}
h2 {
font-family: 'Trebuchet MS', sans-serif;
font-size: 1rem;
color: #eae0c8;
font-weight: light;
padding-bottom: 10px;
}
.top-container {
background-image: linear-gradient(to right, #0abab5, #679267, #679267, #0abab5);
padding-top: 100px;
position: relative;
}
.bottom-container {
background-image: linear-gradient(to right, #0abab5, #679267, #679267, #0abab5);
background-color: #003366;
padding: 50px 0 20px;
}
a {
color: #d4af37;
font-family: 'Trebuchet MS', sans-serif;
text-decoration: none;
}
a:hover{
color: #eae0c8;
}
p {
line-height: 2;
}
.credit{
color:#ffd700;
font-family: 'Trebuchet MS', sans-serif;
font-size: 1rem;
padding: 0 ;
}