Skip to content

Instantly share code, notes, and snippets.

@ilyas-shah
Created October 25, 2020 15:03
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 ilyas-shah/c2ee8e69b251125914390165f3273c19 to your computer and use it in GitHub Desktop.
Save ilyas-shah/c2ee8e69b251125914390165f3273c19 to your computer and use it in GitHub Desktop.
Close round button in CSS
.close__btn {
position: absolute;
right: -18px;
top: -18px;
border: 1px solid white;
box-shadow: -6px 1em 3em 0px rgba(0, 0, 0, 0.1);
border-radius: 25px 25px 25px 25px;
width: 40px;
text-align: center;
background: white;
padding: 8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment