-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
62 lines (56 loc) · 969 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
50
51
52
53
54
55
56
57
58
59
60
61
62
* {
margin: 0%;
padding: 0%;
overflow-y: hidden;
overflow-x: hidden;
}
head {
background-color: #222831;
}
body {
background-color: #222831;
font-family: 'Heebo', sans-serif;
}
.container {
background-color: #393E46;
border: 2px solid #FFF89A;
border-radius: 10px;
height: 390px;
width: 650px;
margin: 10% auto;
text-align: center;
box-shadow: 10px 5px 5px #222831;
border-width: 0;
overflow-y: hidden;
overflow-x: hidden;
}
#btn {
color: #EEEEEE;
margin: 50px auto;
background-color: #00ADB5;
border-radius: 10px;
height: 50px;
width: 250px;
font-size: 2rem;
font-family: 'Heebo', sans-serif;
box-shadow: 10px 5px 5px #222831;
border-width: 0;
}
#output {
font-family: 'Heebo', sans-serif;
font-size: 1.5rem;
padding-top: 20px;
color: #EEEEEE;
}
.credit {
padding-top: 50px;
}
#randomMeme {
height: 200px;
width: 200px;
padding-top: 20px;
}
#output {
padding-top: 0%;
margin-top: 0%;
}