Skip to content

Commit

Permalink
added back carousel buttons, how i deleted them? i dont know
Browse files Browse the repository at this point in the history
  • Loading branch information
LightslicerGP committed Aug 12, 2021
1 parent f183f05 commit 10c681d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Main.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,19 @@ header a {
justify-content: center;
}

.links a {
border-radius: 10vw;
display: inline-flex;
padding: 1vw 3vw;
background: #282828;
box-shadow: 0vw 0vw 2vw #080808;
margin: 0 2vw;
}

.links a:hover{
background: #181818;
}




Expand Down

0 comments on commit 10c681d

Please sign in to comment.