Skip to content

Instantly share code, notes, and snippets.

@fdciabdul
Created January 15, 2019 14:36
Show Gist options
  • Save fdciabdul/f78d851917ac41d87a12cd80cc1166ca to your computer and use it in GitHub Desktop.
Save fdciabdul/f78d851917ac41d87a12cd80cc1166ca to your computer and use it in GitHub Desktop.
Stylish blockquotes for blogger
blockquote {
background: #484B52 url(https://3.bp.blogspot.com/_7wsQzULWIwo/Swb5J3xbxyI/AAAAAAAACPk/gxR76OhXXaw/s1600/green-black-side.gif) ;
background-position:;
background-repeat:repeat-y;
margin: 0px 50px 0px 50px;
padding: 30px 30px 30px 50px;
color: #C7CACF;
font: normal 1.105em Helvetica, verdana, serif, Georgia, “Times New Roman”;
.post blockquote p {
margin: 0;
padding-top: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment