-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
48 lines (47 loc) · 1.02 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
body {
height: 100vh;
text-align: center;
background: fixed center no-repeat url( "https://res.cloudinary.com/kokkieh/image/upload/a_180/v1442164901/Shakespeare%20Quote%20generator/scroll_background.jpg") #cbb385;
background-size: 100% 100%;
}
.wrapper {
min-height: 100vh;
height: auto !important;
height: 100vh;
margin: 0 auto -3em;
padding: 1em;
}
.footer, .push {
height: 3em;
}
/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/
.footer {
padding: 1em;
background-color: rgba(203,179,133,0.7);
font-size: 1.5vmin;
}
h1 {
font-family: 'Italianno', Brush Script MT, cursive;
font-size: 9vmin;
margin-top: 1em;
margin-bottom: 5rem;
}
.centered {
width: 100%;
max-width: 70vmax;
margin: auto;
}
#printQuote {
font-family: 'Italianno', Brush Script MT, cursive;
font-size: 4vmin;
}
#author {
font-family: 'Italianno', Brush Script MT, cursive;
font-size: 3vmin;
}
#button {
cursor: pointer;
}