{"id":3298,"date":"2019-10-08T16:26:55","date_gmt":"2019-10-08T16:26:55","guid":{"rendered":"https:\/\/webdevtrick.com\/?p=3298"},"modified":"2019-10-08T16:26:55","modified_gmt":"2019-10-08T16:26:55","slug":"css-full-page-navigation","status":"publish","type":"post","link":"https:\/\/webdevtrick.com\/css-full-page-navigation\/","title":{"rendered":"CSS Full Page Navigation With JavaScript | HTML Full Page Intro"},"content":{"rendered":"<p><strong>How we can create a full page intro navigation using HTML CSS JavaScript? Solution: See this CSS Full Page Navigation With JavaScript, HTML Full Page Intro.<\/strong><\/p>\n<p>Previously I have shared many types of <span><a href=\"https:\/\/webdevtrick.com\/tag\/navigation\" target=\"_blank\" rel=\"noopener noreferrer\">navigations<\/a><\/span>, but this is different because of it is cover&#8217;s full page. Basically, these types of <strong>full page menu<\/strong> use in modern websites, it looks pretty good. This menu contains a <strong>hamburger menu icon<\/strong> when you will click on that it then a <strong>full height and width menu<\/strong> will appear on the screen.<\/p>\n<p>Today you will learn to create <strong>HTML Full Page Intro with CSS and JavaScript<\/strong>. This design has, a background <span><a href=\"https:\/\/webdevtrick.com\/tag\/image\" target=\"_blank\" rel=\"noopener noreferrer\">image<\/a><\/span>, a heading line middle of the page, and a <strong>hamburger menu icon<\/strong> on the bottom bar in right side. After <strong>clicking the icon<\/strong> there will appear <strong>menu items<\/strong> list-wise with covering the <strong>whole height and width<\/strong> of the webpage.<\/p>\n<p>So, Today I am sharing <strong>CSS Full Page Navigation With JavaScript<\/strong>. This program mostly created is with <strong>CSS<\/strong>, but <strong>HTML<\/strong> and <strong>JS<\/strong> have own important parts. That <span><a href=\"https:\/\/webdevtrick.com\/javascript-full-page-scrolling\/\" target=\"_blank\" rel=\"noopener noreferrer\">full page<\/a><\/span> intro program is a <strong>responsive design<\/strong>, that means it will fit on every screen size like <strong>desktop or mobile<\/strong>. I think this program will very useful for you, and also can use it to creating your website.<\/p>\n<p>If you are thinking now how this <strong>full page intro<\/strong> actually is, then see the <strong>preview<\/strong> given below.<\/p>\n<h3>Preview Of HTML Responsive Full-Page Intro<\/h3>\n<p>See this video preview to getting an idea of how this <strong>intro page looks like<\/strong>.<\/p>\n<div style=\"width: 640px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-3298-1\" width=\"640\" height=\"320\" loop autoplay preload=\"metadata\" controls=\"controls\"><source type=\"video\/mp4\" src=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/full-page-intro-navigation.mp4?_=1\" \/><a href=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/full-page-intro-navigation.mp4\">https:\/\/webdevtrick.com\/wp-content\/uploads\/full-page-intro-navigation.mp4<\/a><\/video><\/div>\n<a class=\"maxbutton-2 maxbutton maxbutton-demo\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/webdevtrick.com\/demos\/full-page-navigation\/\"><span class='mb-text'>Live Demo<\/span><\/a>\n<p>Now you can see this visually, you also can <strong>see it live<\/strong> by pressing the button given above. If you like this, then get the <strong>source code<\/strong> of its.<\/p>\n<p><span style=\"font-size: 14pt;\">You May Also Like:<\/span><\/p>\n<ul>\n \t<span><\/p>\n<li><a href=\"https:\/\/webdevtrick.com\/horizontal-tab-menu\/\" target=\"_blank\" rel=\"noopener noreferrer\">Horizontal Tab Menu With jQuery<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/html-login-and-signup-form\/\" target=\"_blank\" rel=\"noopener noreferrer\">HTML Login and Signup Form<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/css-border-transition-effects\/\" target=\"_blank\" rel=\"noopener noreferrer\">CSS Border Transition Effects<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/portfolio-filter-gallery\/\" target=\"_blank\" rel=\"noopener noreferrer\">JavaScript Portfolio Filter Gallery<\/a><\/li>\n<p><\/span>\n<\/ul>\n<h2>CSS Full Page Navigation With JavaScript Source Code<\/h2>\n<p>Before <strong>sharing source code<\/strong>, let&#8217;s talk about it. First I have created elements using <strong>HTML<\/strong> main tag (<a href=\"https:\/\/www.w3schools.com\/tags\/tag_main.asp\" target=\"_blank\" rel=\"noopener noreferrer\">info<\/a>) and placed a section and a header inside it. Now I created a nav and placed <strong>menu items<\/strong> inside that using <strong>HTML<\/strong> list <span class=\"lang:default decode:true crayon-inline \">&lt;ul&gt; &amp; &lt;li&gt;<\/span>\u00a0 tags. Also created a hyperlink for the<strong> close button<\/strong>. And linked <strong>jQuery<\/strong> and other files inside the <strong>HTML<\/strong>.<\/p>\n<p>Now <strong>using CSS<\/strong>, I have placed all the elements on the right places like placed menu in <strong>button side<\/strong> and placed the <strong>hamburger icon<\/strong> in bottom right side. In the <strong>HTML file<\/strong>, I gave an ID for the nav and linked <strong>hamburger icon<\/strong> using the<strong> target method<\/strong> ( <span class=\"lang:default decode:true crayon-inline \">&lt;a href=&#8221;ID&#8221;&gt;<\/span>\u00a0 ). With <strong>CSS<\/strong> I gave style all the elements, like gave <strong>full width and height<\/strong> to the <span><a href=\"https:\/\/webdevtrick.com\/tag\/navbar\" target=\"_blank\" rel=\"noopener noreferrer\">nav<\/a><\/span> section, and put a background image, etc.<\/p>\n<p>There I have used <span><a href=\"https:\/\/webdevtrick.com\/tag\/jquery\/\" target=\"_blank\" rel=\"noopener noreferrer\">jQuery<\/a><\/span> which is a <strong>JavaScript library<\/strong>. Using <strong>JS<\/strong> I have done the work of <span><a href=\"https:\/\/webdevtrick.com\/tag\/toggle-switch\/\" target=\"_blank\" rel=\"noopener noreferrer\">toggle<\/a><\/span> feature, when you will click on the<strong> menu icons<\/strong> then the nav will appear and click on the <strong>close icon<\/strong> it will close. There is also a <strong>function<\/strong> for cover full width and height of the screen, that&#8217;s also powered by <strong>JS<\/strong>.<\/p>\n<p>Left all other things you will understand after <strong>getting the codes<\/strong>, I can&#8217;t explain all in writing. For creating this program you have to create 3 files for that. First for <strong>HTML<\/strong>, second for<strong> CSS<\/strong>, and the third for <strong>JavaScript<\/strong>. Follow the steps to creating this without any error.<\/p>\n<p><span style=\"font-size: 14pt;\">index.html<\/span><\/p>\n<p>Create an HTML file named &#8216;<em><strong>index.html<\/strong><\/em>&#8216; and put these codes given below.<\/p>\n<pre class=\"height-set:true height:750 lang:xhtml decode:true \" title=\"index.html\">&lt;!DOCTYPE html&gt;\r\n&lt;!--Code By Webdevtrick ( https:\/\/webdevtrick.com )--&gt;\r\n&lt;html lang=\"en\"&gt;\r\n&lt;head&gt;\r\n  &lt;meta charset=\"UTF-8\"&gt;\r\n  &lt;title&gt;Full Page Intro Navigation | Webdevtrick.com&lt;\/title&gt;\r\n  &lt;script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/modernizr\/2.8.3\/modernizr.min.js\" type=\"text\/javascript\"&gt;&lt;\/script&gt;\r\n  &lt;link href=\"https:\/\/fonts.googleapis.com\/css?family=Questrial&amp;display=swap\" rel=\"stylesheet\"&gt;\r\n &lt;link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/meyer-reset\/2.0\/reset.min.css\"&gt;\r\n &lt;link rel=\"stylesheet\" href=\"style.css\"&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n\t\r\n\t&lt;main id=\"wrapper\"&gt;\r\n\t&lt;section id=\"intro\"&gt;\r\n\t\t&lt;h1&gt;Welcome !! &lt;br&gt;Full Page Intro Navigation&lt;\/h1&gt;\r\n\r\n\t\t&lt;header class=\"nav\"&gt;\r\n\t\t\t&lt;a class=\"menu\" href=\"#main-nav\"&gt;Menu&lt;span&gt;&lt;\/span&gt;&lt;\/a&gt;\r\n\t\t&lt;\/header&gt;\r\n\t\t&lt;div class=\"bg\"&gt;&lt;\/div&gt;\r\n\t&lt;\/section&gt; \r\n&lt;\/main&gt;\r\n\r\n&lt;div class=\"transparent-shadow\"&gt;&lt;\/div&gt;\r\n\r\n&lt;nav id=\"main-nav\"&gt;\r\n\t&lt;ul&gt;\r\n\t\t&lt;li&gt;&lt;a href=\"#\"&gt;&lt;span&gt;About&lt;\/span&gt;&lt;\/a&gt;&lt;\/li&gt;\r\n\t\t&lt;li&gt;&lt;a href=\"#\"&gt;&lt;span&gt;Pricing&lt;\/span&gt;&lt;\/a&gt;&lt;\/li&gt;\r\n\t\t&lt;li&gt;&lt;a href=\"#\"&gt;&lt;span&gt;Services&lt;\/span&gt;&lt;\/a&gt;&lt;\/li&gt;\r\n\t\t&lt;li&gt;&lt;a href=\"#\"&gt;&lt;span&gt;Portfolio&lt;\/span&gt;&lt;\/a&gt;&lt;\/li&gt;\r\n\t\t&lt;li&gt;&lt;a href=\"#\"&gt;&lt;span&gt;Contact us&lt;\/span&gt;&lt;\/a&gt;&lt;\/li&gt;\r\n\t&lt;\/ul&gt;\r\n\t&lt;a href=\"#0\" class=\"close-nav\"&gt;Close&lt;span&gt;&lt;\/span&gt;&lt;\/a&gt;\r\n&lt;\/nav&gt;\r\n\r\n&lt;script src='http:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/2.1.3\/jquery.min.js'&gt;&lt;\/script&gt;\r\n&lt;script  src=\"function.js\"&gt;&lt;\/script&gt;\r\n\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p><span style=\"font-size: 14pt;\">style.css<\/span><\/p>\n<p>Now create a CSS file &#8216;<em><strong>style.css<\/strong><\/em>&#8216; and put these codes given below.<\/p>\n<pre class=\"height-set:true height:750 lang:css decode:true \" title=\"style.css\">\/* Code By Webdevtrick ( https:\/\/webdevtrick.com ) *\/\r\nhtml * {\r\n  -webkit-font-smoothing: antialiased;\r\n  -moz-osx-font-smoothing: grayscale;\r\n}\r\n*, *:after, *:before {\r\n  -webkit-box-sizing: border-box;\r\n  -moz-box-sizing: border-box;\r\n  box-sizing: border-box;\r\n}\r\nhtml, body {\r\n  height: 100%;\r\n}\r\nbody {\r\n  font-size: 100%;\r\n  font-family: 'Questrial', sans-serif;\r\n  background-color: #2e2d32;\r\n}\r\na {\r\n  color: #ffffff;\r\n  text-decoration: none;\r\n}\r\n.cd-container {\r\n  width: 90%;\r\n  max-width: 768px;\r\n  margin: 0 auto;\r\n}\r\n.cd-container::after {\r\n  content: '';\r\n  display: table;\r\n  clear: both;\r\n}\r\n#wrapper {\r\n  position: relative;\r\n  height: 100%;\r\n  overflow: hidden;\r\n  background-color: #3a393f;\r\n  box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);\r\n  z-index: 1;\r\n  -webkit-transform: translateZ(0);\r\n  -webkit-backface-visibility: hidden;\r\n  transition-property: transform;\r\n  -webkit-transition-duration: 0.5s;\r\n  -moz-transition-duration: 0.5s;\r\n  transition-duration: 0.5s;\r\n}\r\n#wrapper.move-out {\r\n  transform: scale(0.6);\r\n}\r\n.no-js #wrapper {\r\n  height: auto;\r\n  overflow-x: auto;\r\n  overflow-y: auto;\r\n}\r\n#intro {\r\n  position: relative;\r\n  height: 100%;\r\n  background: url(\"https:\/\/images.pexels.com\/photos\/831243\/pexels-photo-831243.jpeg\") no-repeat center center;\r\n  background-size: cover;\r\n}\r\n#intro h1 {\r\n  position: absolute;\r\n  width: 90%;\r\n  left: 50%;\r\n  top: 50%;\r\n  bottom: auto;\r\n  right: auto;\r\n  transform: translateX(-50%) translateY(-50%);\r\n  text-align: center;\r\n  font-size: 18px;\r\n  font-size: 1.125rem;\r\n  font-weight: bold;\r\n  color: #ffffff;\r\n}\r\n@media only screen and (min-width: 768px) {\r\n  #intro h1 {\r\n    font-size: 26px;\r\n    font-size: 1.625rem;\r\n  }\r\n}\r\n.no-js #intro {\r\n  height: 640px;\r\n}\r\n.nav {\r\n  position: absolute;\r\n  bottom: 0;\r\n  left: 0;\r\n  width: 100%;\r\n  height: 50px;\r\n  z-index: 2;\r\n  background: rgba(58, 57, 63, 0.6);\r\n  -webkit-transition: background 0.2s;\r\n  -moz-transition: background 0.2s;\r\n  transition: background 0.2s;\r\n}\r\n@media only screen and (min-width: 768px) {\r\n  .nav {\r\n    height: 80px;\r\n  }\r\n}\r\n.bg {\r\n  position: absolute;\r\n  top: 0;\r\n  left: 0;\r\n  width: 100%;\r\n  height: 100%;\r\n  background: #212121;\r\n  background-size: cover;\r\n  -webkit-filter: blur(4px);\r\n  filter: blur(4px);\r\n}\r\n.no-js .bg {\r\n  display: none;\r\n}\r\n.menu {\r\n  display: inline-block;\r\n  position: absolute;\r\n  right: 0;\r\n  top: 0;\r\n  height: 50px;\r\n  line-height: 50px;\r\n  padding: 0 .8em;\r\n  text-transform: uppercase;\r\n  font-weight: bold;\r\n  font-size: 14px;\r\n  font-size: 0.875rem;\r\n}\r\n.menu span {\r\n  position: relative;\r\n  display: inline-block;\r\n  width: 18px;\r\n  height: 2px;\r\n  background-color: #ffffff;\r\n  vertical-align: middle;\r\n  margin-left: 10px;\r\n  transform: translateY(-2px);\r\n}\r\n.menu span::before, .menu span::after {\r\n  content: '';\r\n  display: inline-block;\r\n  position: absolute;\r\n  left: 0;\r\n  width: 100%;\r\n  height: 100%;\r\n  background-color: inherit;\r\n  -webkit-transition: all 0.2s;\r\n  -moz-transition: all 0.2s;\r\n  transition: all 0.2s;\r\n}\r\n.menu span::before {\r\n  top: -6px;\r\n}\r\n.menu span::after {\r\n  bottom: -6px;\r\n}\r\n.no-touch .menu:hover span::before {\r\n  top: -8px;\r\n}\r\n.no-touch .menu:hover span::after {\r\n  bottom: -8px;\r\n}\r\n@media only screen and (min-width: 768px) {\r\n  .menu {\r\n    top: 16px;\r\n    right: 10px;\r\n    font-size: 16px;\r\n    font-size: 1rem;\r\n  }\r\n}\r\n@media only screen and (min-width: 1170px) {\r\n  .menu {\r\n    right: 60px;\r\n  }\r\n}\r\n#main-nav {\r\n  position: fixed;\r\n  top: 0;\r\n  left: 0;\r\n  width: 100%;\r\n  height: 100%;\r\n  background: #dfdfdf;\r\n  -webkit-transform: translateZ(0);\r\n  -webkit-backface-visibility: hidden;\r\n  transform: translateY(-100%);\r\n  transition-property: transform;\r\n  transition-duration: 0.5s;\r\n  z-index: 3;\r\n}\r\n#main-nav ul {\r\n  height: 100%;\r\n}\r\n#main-nav li {\r\n  height: 20%;\r\n}\r\n#main-nav li a {\r\n  position: relative;\r\n  display: block;\r\n  padding: 0 10%;\r\n  height: 100%;\r\n  border-bottom: 1px solid #212121;\r\n  color: #212121;\r\n  font-size: 20px;\r\n  font-size: 1.25rem;\r\n  font-weight: bold;\r\n}\r\n#main-nav li a span {\r\n  position: absolute;\r\n  left: 50%;\r\n  top: 50%;\r\n  bottom: auto;\r\n  right: auto;\r\n  transform: translateX(-50%) translateY(-50%);\r\n}\r\n.no-touch #main-nav li a:hover {\r\n  background-color: #FFF;\r\n}\r\n#main-nav li:last-child a {\r\n  border-bottom: none;\r\n}\r\n#main-nav .close-nav {\r\n  position: absolute;\r\n  top: 0;\r\n  right: 0;\r\n  display: inline-block;\r\n  width: 40px;\r\n  height: 40px;\r\n  background-color: #ff4444;\r\n  overflow: hidden;\r\n  text-indent: 100%;\r\n  white-space: nowrap;\r\n}\r\n#main-nav .close-nav::before, #main-nav .close-nav::after {\r\n  content: '';\r\n  display: inline-block;\r\n  position: absolute;\r\n  top: 18px;\r\n  left: 10px;\r\n  width: 20px;\r\n  height: 3px;\r\n  background-color: #FFF;\r\n  transition-property: transform;\r\n  transition-duration: 0.3s;\r\n}\r\n#main-nav .close-nav::before {\r\n  transform: rotate(45deg);\r\n}\r\n#main-nav .close-nav::after {\r\n  transform: rotate(135deg);\r\n}\r\n.no-touch #main-nav .close-nav:hover::before {\r\n  transform: rotate(225deg);\r\n}\r\n.no-touch #main-nav .close-nav:hover::after {\r\n  transform: rotate(315deg);\r\n}\r\n#main-nav.is-visible {\r\n  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);\r\n  transform: translateY(0);\r\n}\r\n.no-js #main-nav {\r\n  position: static;\r\n  transform: translateY(0);\r\n}\r\n.no-js #main-nav .close-nav {\r\n  display: none;\r\n}\r\n.transparent-shadow {\r\n  position: fixed;\r\n  top: 0;\r\n  left: 0;\r\n  height: 100%;\r\n  width: 100%;\r\n  background: rgba(0, 0, 0, 0.4);\r\n  z-index: 2;\r\n  opacity: 0;\r\n  visibility: hidden;\r\n  transition: visibility 0s 0.5s, opacity 0.5s 0s;\r\n}\r\n.transparent-shadow.is-visible {\r\n  opacity: 1;\r\n  visibility: visible;\r\n  transition-delay: 0s;\r\n}\r\n<\/pre>\n<p><span style=\"font-size: 14pt;\">function.js<\/span><\/p>\n<p>The final step, create a JavaScript file named &#8216;<em><strong>function.js<\/strong><\/em>&#8216; and put the codes.<\/p>\n<pre class=\"height-set:true height:750 lang:js decode:true \" title=\"function.js\">\/\/ Code By Webdevtrick ( https:\/\/webdevtrick.com )\r\njQuery(document).ready(function($){\r\n\t\/\/open menu\r\n\t$('.menu').on('click', function(event){\r\n\t\tevent.preventDefault();\r\n\t\t$('#wrapper').addClass('move-out');\r\n\t\t$('#main-nav').addClass('is-visible');\r\n\t\t$('.transparent-shadow').addClass('is-visible');\r\n\t});\r\n\t\/\/close menu\r\n\t$('.close-nav').on('click', function(event){\r\n\t\tevent.preventDefault();\r\n\t\t$('#wrapper').removeClass('move-out');\r\n\t\t$('#main-nav').removeClass('is-visible');\r\n\t\t$('.transparent-shadow').removeClass('is-visible');\r\n\t});\r\n\r\n\t\/\/blur effect\r\n\tset_clip_property();\r\n\t$(window).on('resize', function(){\r\n\t\tset_clip_property();\r\n\t});\r\n\r\n\tfunction set_clip_property() {\r\n\t\tvar $header_height = $('.nav').height(),\r\n\t\t\t$window_height = $(window).height(),\r\n\t\t\t$header_top = $window_height - $header_height,\r\n\t\t\t$window_width = $(window).width();\r\n\t\t$('.bg').css('clip', 'rect('+$header_top+'px, '+$window_width+'px, '+$window_height+'px, 0px)');\r\n\t}\r\n});<\/pre>\n<p>That&#8217;s It. Now you have successfully created <strong>CSS Full Page Navigation With JavaScript<\/strong>, <strong>HTML Full Page Intro with responsive design<\/strong>. If you have any doubt or question comment down below.<\/p>\n<p><span style=\"font-family: impact, sans-serif;\">Thanks For Visiting, Keep Visiting.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How we can create a full page intro navigation using HTML CSS JavaScript? Solution: See this CSS Full Page Navigation With JavaScript, HTML Full Page Intro. Previously I have shared many types of navigations, but this is different because of it is cover&#8217;s full page. Basically, these types of full page menu use in modern [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3299,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[43,42,46],"tags":[74,190,379,380,61,197,54,335,173,300,67,242],"class_list":["post-3298","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-css","category-html","category-javascript","tag-css-animation","tag-example-and-source-code","tag-full-page","tag-hamburger","tag-javascript-tips-and-tricks","tag-jquery","tag-menu","tag-nav","tag-navbar","tag-navigation","tag-source-code","tag-transition"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CSS Full Page Navigation With JavaScript | HTML Full Page Intro<\/title>\n<meta name=\"description\" content=\"Want to create full page intro nav? Check out this CSS Full Page Navigation With JavaScript, HTML Full Page Intro with responsive design. Get source code.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webdevtrick.com\/css-full-page-navigation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CSS Full Page Navigation With JavaScript | HTML Full Page Intro\" \/>\n<meta property=\"og:description\" content=\"Want to create full page intro nav? Check out this CSS Full Page Navigation With JavaScript, HTML Full Page Intro with responsive design. Get source code.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webdevtrick.com\/css-full-page-navigation\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Dev Trick\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webdevtrick\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-08T16:26:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/full-page-navigation.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"shaan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"shaan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webdevtrick.com\/css-full-page-navigation\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webdevtrick.com\/css-full-page-navigation\/\"},\"author\":{\"name\":\"shaan\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3\"},\"headline\":\"CSS Full Page Navigation With JavaScript | HTML Full Page Intro\",\"datePublished\":\"2019-10-08T16:26:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webdevtrick.com\/css-full-page-navigation\/\"},\"wordCount\":683,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/webdevtrick.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/webdevtrick.com\/css-full-page-navigation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/full-page-navigation.jpg\",\"keywords\":[\"css animation\",\"example and source code\",\"full page\",\"hamburger\",\"javascript tips and tricks\",\"jquery\",\"menu\",\"nav\",\"navbar\",\"navigation\",\"source code\",\"transition\"],\"articleSection\":[\"CSS\",\"HTML\",\"JavaScript\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webdevtrick.com\/css-full-page-navigation\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webdevtrick.com\/css-full-page-navigation\/\",\"url\":\"https:\/\/webdevtrick.com\/css-full-page-navigation\/\",\"name\":\"CSS Full Page Navigation With JavaScript | HTML Full Page Intro\",\"isPartOf\":{\"@id\":\"https:\/\/webdevtrick.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webdevtrick.com\/css-full-page-navigation\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webdevtrick.com\/css-full-page-navigation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/full-page-navigation.jpg\",\"datePublished\":\"2019-10-08T16:26:55+00:00\",\"description\":\"Want to create full page intro nav? Check out this CSS Full Page Navigation With JavaScript, HTML Full Page Intro with responsive design. Get source code.\",\"breadcrumb\":{\"@id\":\"https:\/\/webdevtrick.com\/css-full-page-navigation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webdevtrick.com\/css-full-page-navigation\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdevtrick.com\/css-full-page-navigation\/#primaryimage\",\"url\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/full-page-navigation.jpg\",\"contentUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/full-page-navigation.jpg\",\"width\":1200,\"height\":630,\"caption\":\"css full page navigation\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webdevtrick.com\/css-full-page-navigation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webdevtrick.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CSS Full Page Navigation With JavaScript | HTML Full Page Intro\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webdevtrick.com\/#website\",\"url\":\"https:\/\/webdevtrick.com\/\",\"name\":\"Web Dev Trick\",\"description\":\"HTML5, CSS3, JS, PHP Source Code &amp; Tutorial\",\"publisher\":{\"@id\":\"https:\/\/webdevtrick.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webdevtrick.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webdevtrick.com\/#organization\",\"name\":\"Web Dev Trick\",\"url\":\"https:\/\/webdevtrick.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/logo-fb-1.png\",\"contentUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/logo-fb-1.png\",\"width\":512,\"height\":512,\"caption\":\"Web Dev Trick\"},\"image\":{\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webdevtrick\/\",\"https:\/\/pinterest.com\/webdevtrick\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3\",\"name\":\"shaan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/60aa6ee93605bda7bc598d11dd748709a69bdb55a080124cc382114d8d7e7665?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/60aa6ee93605bda7bc598d11dd748709a69bdb55a080124cc382114d8d7e7665?s=96&d=mm&r=g\",\"caption\":\"shaan\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CSS Full Page Navigation With JavaScript | HTML Full Page Intro","description":"Want to create full page intro nav? Check out this CSS Full Page Navigation With JavaScript, HTML Full Page Intro with responsive design. Get source code.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webdevtrick.com\/css-full-page-navigation\/","og_locale":"en_US","og_type":"article","og_title":"CSS Full Page Navigation With JavaScript | HTML Full Page Intro","og_description":"Want to create full page intro nav? Check out this CSS Full Page Navigation With JavaScript, HTML Full Page Intro with responsive design. Get source code.","og_url":"https:\/\/webdevtrick.com\/css-full-page-navigation\/","og_site_name":"Web Dev Trick","article_publisher":"https:\/\/www.facebook.com\/webdevtrick\/","article_published_time":"2019-10-08T16:26:55+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/webdevtrick.com\/wp-content\/uploads\/full-page-navigation.jpg","type":"image\/jpeg"}],"author":"shaan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"shaan","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webdevtrick.com\/css-full-page-navigation\/#article","isPartOf":{"@id":"https:\/\/webdevtrick.com\/css-full-page-navigation\/"},"author":{"name":"shaan","@id":"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3"},"headline":"CSS Full Page Navigation With JavaScript | HTML Full Page Intro","datePublished":"2019-10-08T16:26:55+00:00","mainEntityOfPage":{"@id":"https:\/\/webdevtrick.com\/css-full-page-navigation\/"},"wordCount":683,"commentCount":1,"publisher":{"@id":"https:\/\/webdevtrick.com\/#organization"},"image":{"@id":"https:\/\/webdevtrick.com\/css-full-page-navigation\/#primaryimage"},"thumbnailUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/full-page-navigation.jpg","keywords":["css animation","example and source code","full page","hamburger","javascript tips and tricks","jquery","menu","nav","navbar","navigation","source code","transition"],"articleSection":["CSS","HTML","JavaScript"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webdevtrick.com\/css-full-page-navigation\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webdevtrick.com\/css-full-page-navigation\/","url":"https:\/\/webdevtrick.com\/css-full-page-navigation\/","name":"CSS Full Page Navigation With JavaScript | HTML Full Page Intro","isPartOf":{"@id":"https:\/\/webdevtrick.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webdevtrick.com\/css-full-page-navigation\/#primaryimage"},"image":{"@id":"https:\/\/webdevtrick.com\/css-full-page-navigation\/#primaryimage"},"thumbnailUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/full-page-navigation.jpg","datePublished":"2019-10-08T16:26:55+00:00","description":"Want to create full page intro nav? Check out this CSS Full Page Navigation With JavaScript, HTML Full Page Intro with responsive design. Get source code.","breadcrumb":{"@id":"https:\/\/webdevtrick.com\/css-full-page-navigation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webdevtrick.com\/css-full-page-navigation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdevtrick.com\/css-full-page-navigation\/#primaryimage","url":"https:\/\/webdevtrick.com\/wp-content\/uploads\/full-page-navigation.jpg","contentUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/full-page-navigation.jpg","width":1200,"height":630,"caption":"css full page navigation"},{"@type":"BreadcrumbList","@id":"https:\/\/webdevtrick.com\/css-full-page-navigation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webdevtrick.com\/"},{"@type":"ListItem","position":2,"name":"CSS Full Page Navigation With JavaScript | HTML Full Page Intro"}]},{"@type":"WebSite","@id":"https:\/\/webdevtrick.com\/#website","url":"https:\/\/webdevtrick.com\/","name":"Web Dev Trick","description":"HTML5, CSS3, JS, PHP Source Code &amp; Tutorial","publisher":{"@id":"https:\/\/webdevtrick.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webdevtrick.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webdevtrick.com\/#organization","name":"Web Dev Trick","url":"https:\/\/webdevtrick.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdevtrick.com\/#\/schema\/logo\/image\/","url":"https:\/\/webdevtrick.com\/wp-content\/uploads\/logo-fb-1.png","contentUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/logo-fb-1.png","width":512,"height":512,"caption":"Web Dev Trick"},"image":{"@id":"https:\/\/webdevtrick.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webdevtrick\/","https:\/\/pinterest.com\/webdevtrick\/"]},{"@type":"Person","@id":"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3","name":"shaan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdevtrick.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/60aa6ee93605bda7bc598d11dd748709a69bdb55a080124cc382114d8d7e7665?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/60aa6ee93605bda7bc598d11dd748709a69bdb55a080124cc382114d8d7e7665?s=96&d=mm&r=g","caption":"shaan"}}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts\/3298","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/comments?post=3298"}],"version-history":[{"count":20,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts\/3298\/revisions"}],"predecessor-version":[{"id":3612,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts\/3298\/revisions\/3612"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/media\/3299"}],"wp:attachment":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/media?parent=3298"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/categories?post=3298"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/tags?post=3298"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}