Skip to content

Commit

Permalink
button panel shape, location and effects
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioTorresGarcia committed Feb 3, 2024
1 parent 7dd00b8 commit 6851163
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,17 +206,29 @@ button {
}
.panelBtns {
position: absolute;
margin-top: -30em;
margin-top: -32.5em;
margin-left: 56em;
display: flex;
flex-direction: column;
z-index: 999;
}
.btnTV {
margin: 0.2em;

margin: 0.3em 0.5em 0.3em 0.5em;
border-radius: 50%;
border:0.2em solid gray;
width:2em;
height:0.8em;

z-index: 999;
background-color: red;
background-color: rgb(23, 23, 23);
}
.btnTV:hover {
background-color: darkred
}
.btnTV>div {
padding-left:2.5em;
color: gray;

}

.btn span {
Expand Down

0 comments on commit 6851163

Please sign in to comment.