Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #moneyDisplay {
- font-size: 30px;
- }
- .upgradeDimensions {
- height: 50px;
- width: 50px;
- border: 1px solid black;
- }
- #upgradeOne {
- background-image: url(Images/altCurrency.svg);
- background-size: 75px;
- }
- .flex {
- display: flex;
- }
- .btn-container {
- display:flex;
- justify-content:flex-end
- }
- .block {
- display: block;
- }
- #dividers {
- margin: 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement