Skip to content

Instantly share code, notes, and snippets.

@victory-sokolov
Created December 6, 2018 09:23
Show Gist options
  • Save victory-sokolov/b2952c127db2fac39bdfbac5d21f3a40 to your computer and use it in GitHub Desktop.
Save victory-sokolov/b2952c127db2fac39bdfbac5d21f3a40 to your computer and use it in GitHub Desktop.
Broke Image
.image {
position: relative;
background: #f5f5f5;
max-width: 100%;
max-height: 100%;
overflow: hidden;
}
.image:after {
display: block;
font-size: 42px;
z-index: 2;
color:#CECECE;
position: absolute;
top: 35%;
left:140px;
font-family: "Font Awesome 5 Free";
content: '\f302';
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment