-
Notifications
You must be signed in to change notification settings - Fork 0
/
meme.css
55 lines (43 loc) · 1.01 KB
/
meme.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
body {
background: #23074d; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #b94242, #080000); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #b94242, #080000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.nothing{
font-family: 'Playfair Display SC', serif;
font-family: 'Anton', sans-serif;
}
input {
text-align: center;
}
.meme {
width: 500px;
height: 400px;
padding: 5px;
background-repeat: no-repeat;
background-size: cover;
}
.memehead {
color: white;
font-size: 150;
font-family: 'Anton', sans-serif;
}
.memefoot {
color: white;
font-size: 150;
font-family: 'Anton', sans-serif;
}
.trash {
visibility: hidden;
color: white;
}
.memetitle {
font-family: 'Playfair Display SC', serif;
vertical-align: text-top;
text-shadow:
-1px -1px 0 #b94242,
1px -1px 0 #b94242,
-1px 1px 0 #b94242,
1px 1px 0 #b94242;
font-size: 3em;
}