mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
Added money display everywhere + 2048 'makes' money
This commit is contained in:
@@ -16,6 +16,27 @@ body{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.cash{
|
||||
z-index: 69;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
background: #222222cc;
|
||||
padding: .5rem;
|
||||
border-radius: 0 0 1rem 0;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.cash img{
|
||||
margin-right: .5rem;
|
||||
aspect-ratio: 1/1;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
#blob{
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user