-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
51 lines (44 loc) · 808 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
.quote {
padding-right: 50px;
padding-left: 50px;
padding-top: 240px;
margin: 20px;
margin-bottom: 0px;
font-size: 32px;
}
body {
background-color: #FFF8F0;
}
.container {
text-align: center;
width: 840px;
border-radius: 10px;
margin: 20px auto;
padding: 20px;
}
.author {
text-align: right;
margin: 20px;
font-size: 20px;
}
.quote-cont {
height: 600px;
width: 800px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
font-family: 'Open Sans', sans-serif;
color: #F8F8F8;
margin: 10px;
box-shadow: 0px 0px 20px #888888;
}
.filter {
height: 100%;
background: rgba(0,0,0,0.2);
}
footer {
font-style: italic;
position: fixed;
bottom: 0px;
right: 50px;
}