-
Notifications
You must be signed in to change notification settings - Fork 2
/
styles.css
57 lines (46 loc) · 823 Bytes
/
styles.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
body {
font-size: 16px;
color: #fff;
background-color: #FFE761;
font-family: 'Oxygen', sans-serif;
color: black;
}
.page-header {
margin: 0px;
border-color: black;
}
#output {
padding-top: 5px;
background: none;
border: none;
}
.button {
padding: 0;
border: none;
background: none;
}
.img-responsive { /* lemon picture */
margin: 0 auto;
padding-top: 30px;
padding-bottom: 30px;
height: auto;
width: auto;
max-width: 300px;
max-height: 300px;
cursor: pointer;
}
.img-responsive:active {
position: relative;
top: 2px;
}
.powerUp { /* style the powerups */
word-wrap: break-word;
display: block;
border-style: solid;
border-color: black;
background-repeat: repeat;
border-radius: 10px;
margin: 15px;
padding: 5px;
cursor: pointer;
}