Skip to content

Instantly share code, notes, and snippets.

View rwmajux's full-sized avatar

rob williams rwmajux

View GitHub Profile
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
/*-----------[FOOTER SOCIAL ICON STYLES]----------*/
/*------------------------------------------------*/
/*-----------------[HEADER STYLES]----------------*/
@rwmajux
rwmajux / mjxdivigist.css
Last active June 22, 2016 16:34
CSS Snippet - Divi Blog Pagination Buttons Styles
#left-area .alignleft a {
background: #d5b92e;
padding: 20px;
width: 100%;
text-align: center;
margin-top: 10px;
color: #333 !important;
font-size: 1rem !important;
text-transform: uppercase;
font-weight: 500 !important;
@rwmajux
rwmajux / 0_reuse_code.js
Created January 8, 2016 06:25
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console