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.
 
 
 

53 lines
845 B

body {
font-family: Arial, sans-serif;
}
.rod {
float: right;
width: 50px;
height: 300px;
border: 1px solid black;
background-color: lightblue;
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;
width: 250px;
height: 250px;
border-radius: 15px;
border: 5px solid darkblue;
display: flex;
align-content: space-around;
justify-content: space-around;
align-items: center;
font-size: 4.7em;
user-select: none;
color: white;
}
.pull:active {
background-color: #a4bbe5;
margin-top: 3px;
}
.fish {
width: 50px;
position: absolute;
z-index: 10;
}