Skip to content

Instantly share code, notes, and snippets.

@amberhinds
Created January 23, 2019 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amberhinds/c2ab0c027aa77124e7d3b18b53ea5aa3 to your computer and use it in GitHub Desktop.
Save amberhinds/c2ab0c027aa77124e7d3b18b53ea5aa3 to your computer and use it in GitHub Desktop.
Lean Startup Co after post widget CSS
.single .after-post {
background-color: #28d180;
-webkit-box-shadow: 6px 6px 0px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 0px 2px rgba(0,0,0,0.75);
box-shadow: 6px 6px 0px 2px rgba(0,0,0,0.75);
}
.single .after-post .widget {
color: #000;
padding: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment