-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource.css
More file actions
56 lines (51 loc) · 890 Bytes
/
source.css
File metadata and controls
56 lines (51 loc) · 890 Bytes
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
body {background-color: rgb(243,243,243)}
h1{
font-family: monospace;
}
h2{
font-family: monospace;
}
#breadIMG{
cursor: pointer;
transition: ease-in-out 50ms;
}
#breadIMG:hover{
transform:scale(110%);
}
#breadIMG:active{
transform: scale(100%);
}
.breadStyle{
float: left;
width: 70%;
font-family: monospace;
font-size: 20px;
text-align: center;
font-weight: bold;
}
.winCondition{
font-family: monospace;
font-size: 15px;
position: fixed;
left: 15%;
right: auto;
bottom: 10px;
text-align: center;
background-color: gainsboro;
}
.upgradesStyle{
float: right;
width: auto;
font-family: monospace;
font-size: 15px;
background-color: gainsboro;
}
#upgradeButton1{
font-family: monospace;
}
#upgradeButton2{
font-family: monospace;
}
#upgradeButton3{
font-family: monospace;
}