Skip to content

Instantly share code, notes, and snippets.

@JoernSchoenyan
Created November 22, 2020 10:27
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 JoernSchoenyan/ea7dbdc808cee0c0688264bb77ef30f5 to your computer and use it in GitHub Desktop.
Save JoernSchoenyan/ea7dbdc808cee0c0688264bb77ef30f5 to your computer and use it in GitHub Desktop.
.outofstock::before {
content: "Nicht vorrätig";
height: 2em;
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
position: absolute;
display: block;
z-index: 10;
background: orange;
color: black;
font-weight: 600;
width: 300px;
text-align: center;
left: -100px;
top: 35px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment