-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
93 lines (83 loc) · 1.55 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
88
89
90
91
92
93
/*for large and medium devices*/
@media screen and (min-width: 30.5em) {
body {
background: url("IMG_7242.jpg") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
margin: 0px;
}
}
.container {
background: rgba(108, 180, 107, 0.92);
border-radius: 8px;
padding-bottom: 3px;
}
/*for large and medium devices*/
@media screen and (min-width: 30.5em) {
.container {
background: rgba(108, 180, 107, 0.92);
border-radius: 0px 8px 8px 0px;
width: 440px;
margin-top: 40px;
padding: 5px 0px 5px 10px;
opacity: 0.9;
}
}
h1 {
font-family: 'Oswald', sans-serif;
font-size: 40px;
line-height: 30px;
padding-top: 20px;
padding-left: 3px;
}
/*for large and medium devices*/
@media screen and (min-width: 30.5em) {
h1 {
font-family: 'Oswald', sans-serif;
font-size: 55px;
line-height: 40px;
}
}
h3 {
background: none repeat scroll 0 0 #fb4d1c;
border-radius: 0px 0px 0px 5px;
padding: 10px;
color: white;
font-family: 'Merriweather';
line-height: 30px;
letter-spacing: 1px;
font-size: 21px;
font-weight: 700;
}
p {
font-family: 'Merriweather', serif;
font-size: 19px;
line-height: 24px;
font-weight: 400;
padding: 6px;
}
a:link {
color: #ed622b;
text-decoration: none;
}
a:visited {
color: #fb4d1c;
text-decoration: none;
}
.social {
font-size: 15px;
}
.annie {
display: none;
}
/*for large and medium devices*/
@media screen and (min-width: 30.5em) {
.annie {
display: block;
line-height: 2px;
bottom: 0;
font-size: 11px;
font-weight: 400;
}
}
.annie a {
color: black;
}