Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rodgeraraujo
Created June 14, 2020 01:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodgeraraujo/66c20c4190112af09a1fffc5cd539131 to your computer and use it in GitHub Desktop.
Save rodgeraraujo/66c20c4190112af09a1fffc5cd539131 to your computer and use it in GitHub Desktop.
<style>
.shadow {
width: 500px;
height: 500px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25),
0px 0 50px rgba(0, 0, 0, 0.1) inset;
border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
}
</style>
<div class="shadow" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment