You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

76 lines
1.2 KiB

body {
font-family: Arial, sans-serif;
background-image: url('../assets/sand/fishTile_001.png');
}
.rod {
width: 50px;
height: 300px;
border: 1px solid black;
/*background-color: lightblue;*/
background-image: url('../assets/water/fishTile_089.png') ;
padding: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
position: relative;
}
.hook {
background-color: sandybrown;
width: 100%;
height: 50px;
margin: 0;
}
.pull {
background-color: cornflowerblue;
height: 100px;
border-radius: 15px;
border: 5px solid darkblue;
display: flex;
align-content: space-around;
justify-content: space-around;
align-items: center;
color: white;
}
* {
user-select: none;
}
.pull:active {
background-color: #a4bbe5;
margin-top: 3px;
}
.fish {
width: 50px;
position: absolute;
z-index: 10;
}
.fish img {
max-width: 100%;
}
.fishyScoreIndicatorWrapper {
height: 10px;
margin-top: -15px;
width: 100%;
background-color: white;
z-index: 50;
}
.fishyScoreIndicator {
height: 10px;
width: 0%;
margin: 0;
padding: 0;
background-color: greenyellow;
z-index: 50;
}