Skip to content

Instantly share code, notes, and snippets.

@monodyle
Created May 22, 2024 08:50
Show Gist options
  • Save monodyle/dada196c1b29ef098bc5bda4034ea9d9 to your computer and use it in GitHub Desktop.
Save monodyle/dada196c1b29ef098bc5bda4034ea9d9 to your computer and use it in GitHub Desktop.
<a>I can't believe it took so long to fix this.</a>
<style>
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
body {
display: grid;
place-items: center;
height: 100vh;
}
a {
font-family: sans-serif;
display: inline-block;
padding: 1em 2em;
background-color: #77e8b9;
clip-path: polygon(5% 10%, 46% 1%, 46% 10%, 100% 0, 95% 90%, 31% 100%, 31% 90%, 0% 100%);
font-weight: 600;
font-family: "DM Mono", monospace;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment