Created
August 1, 2016 11:27
-
-
Save Xavka/120bdcca25d5b725649153817b108dad to your computer and use it in GitHub Desktop.
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() { | |
$('#fullpage').fullpage({ | |
sectionsColor: ['#0F2980', '#ffd200', '#c1c1c1'], | |
anchors:['firstSection', 'secondSection', 'thirdSection'], | |
menu: '.main-nav ul', | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment