Skip to content

Instantly share code, notes, and snippets.

@marcandreher
Last active February 9, 2018 10:29
Show Gist options
  • Save marcandreher/ac3ee424aa8f1e4d1fc8b568dad8120f to your computer and use it in GitHub Desktop.
Save marcandreher/ac3ee424aa8f1e4d1fc8b568dad8120f to your computer and use it in GitHub Desktop.
Test for BD
.avatar-large, .avatar-profile, .avatar-small, .avatar-xlarge, .avatar-xsmall, .avatar-xxlarge {
background-clip: padding-box;
background-color: none;
background-position: 50%;
border-radius: unset;
border-top-left-radius: unset;
border-top-right-radius: unset;
border-bottom-right-radius: unset;
border-bottom-left-radius: unset;
position: relative;
}
body::after {
content: "";
background: url(https://i.redd.it/ljf70pg0z76y.jpg);
opacity: 0.3;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment