Skip to content

Instantly share code, notes, and snippets.

@Xavka
Created August 1, 2016 11:27
Show Gist options
  • Save Xavka/120bdcca25d5b725649153817b108dad to your computer and use it in GitHub Desktop.
Save Xavka/120bdcca25d5b725649153817b108dad to your computer and use it in GitHub Desktop.
$(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