Skip to content

Instantly share code, notes, and snippets.

@DoubleMarv
Created August 6, 2020 15:43
Show Gist options
  • Save DoubleMarv/311996326b2b9bca62d09f42bc089a8a to your computer and use it in GitHub Desktop.
Save DoubleMarv/311996326b2b9bca62d09f42bc089a8a to your computer and use it in GitHub Desktop.
.backdotsleft{
top: 0;
left: -10em;
background-image: url(../img/general/dots.png);
background-size: 10em;
background-repeat: no-repeat;
border-radius: 3px;
height: 10em;
position: absolute;
width: 10em;
}
.backdotscenter{
top: 0;
right: 0em;
background-image: url(../img/general/dots.png);
background-size: 10em;
background-repeat: no-repeat;
border-radius: 3px;
height: 10em;
position: absolute;
width: 10em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment