Created
January 15, 2019 14:36
-
-
Save fdciabdul/f78d851917ac41d87a12cd80cc1166ca to your computer and use it in GitHub Desktop.
Stylish blockquotes for blogger
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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