Skip to content

Instantly share code, notes, and snippets.

@MariaJackson1
Last active August 8, 2022 21:09
Show Gist options
  • Save MariaJackson1/5d2a7b18a226b56809c60eebe6648a46 to your computer and use it in GitHub Desktop.
Save MariaJackson1/5d2a7b18a226b56809c60eebe6648a46 to your computer and use it in GitHub Desktop.
Set size of SVG in :before and :after
blockquote:before {
content: "";
display:block;
height:225px;
width:225px;
background-size: 225px 225px;
background-image: url(test.svg);
background-repeat: no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment