Created
September 18, 2014 16:59
-
-
Save birkmarcus/842453cf97e6d1e5b602 to your computer and use it in GitHub Desktop.
Add Clearfix / Class
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
$(document).ready(function() { | |
//Build your CSS. | |
$( '.l-main' ).addClass( 'clearfix' ); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment