Skip to content

Commit

Permalink
Merge pull request #460 from betotorodev/feat-radial-gradient
Browse files Browse the repository at this point in the history
style: add radial-gradient to the boxer background image
  • Loading branch information
midudev authored Mar 12, 2024
2 parents fb3ce93 + 6f012c2 commit 72092d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/SelectYourBoxer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const msFadeLuchador = 150
style="
background-image: url('/img/effects/boxer-background.png');
background-size: 75%;
mask-image: linear-gradient(to bottom, black 50%, transparent 80%);
mask-image: radial-gradient(circle at bottom, transparent 26%, #000 40%);
"
>
</div>
Expand Down

0 comments on commit 72092d5

Please sign in to comment.