Skip to content

Instantly share code, notes, and snippets.

@devloprs
Created February 15, 2017 17:49
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 devloprs/e9258f38797be32a094b56205ab6f758 to your computer and use it in GitHub Desktop.
Save devloprs/e9258f38797be32a094b56205ab6f758 to your computer and use it in GitHub Desktop.
//*apply this to a class assigned to a column. Modify colors borders border radius and box shadow to suit your needs
//*our sample class and css properties
.lbb-content-box-1
{
color:white;
padding: 5%;
border-radius: 5px;
background:#4EA7FE;
background: rgba(78, 167, 254, .8);
box-shadow: 0 0 8px rgba(0, 0, 0, .7);
max-width: 900px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment