{"id":2881,"date":"2019-09-02T16:51:23","date_gmt":"2019-09-02T16:51:23","guid":{"rendered":"https:\/\/webdevtrick.com\/?p=2881"},"modified":"2019-09-02T16:51:23","modified_gmt":"2019-09-02T16:51:23","slug":"custom-error-404-page","status":"publish","type":"post","link":"https:\/\/webdevtrick.com\/custom-error-404-page\/","title":{"rendered":"Custom Error 404 Page With Counting Numbers Using CSS Bootstrap"},"content":{"rendered":"<p><strong>How can we create a custom error 404 page using HTML CSS &amp; JS? Solution: Check out this custom Error 404 Page With Counting Numbers Using CSS Bootstrap.<\/strong><\/p>\n<p>Previously I have shared an <span><a href=\"https:\/\/webdevtrick.com\/error-404-page-with-html-css-javascript\/\" target=\"_blank\" rel=\"noopener noreferrer\"> Animated Error 404 Page Design<\/a><\/span> With Particle JS, But this one is with <strong>counting numbers<\/strong> effect. Basically,<strong> 404<\/strong> is error message for <strong>page not found<\/strong> in Hypertext Transfer Protocol standard <strong>response code<\/strong>. When anyone clicks on a <strong>broken link<\/strong> on the webpage, then the page appears.<\/p>\n<p>Today you will learn to create a <strong>404 page design<\/strong> with <strong>counting numbers effect<\/strong>. There is an animated counting <strong>numbers<\/strong> effect in the<strong> 404 code<\/strong>, and also a massage <strong>page not found<\/strong> in the downside. Also, there is a double-side slant section outside the zero of 404, that creates the design more attractive.<\/p>\n<p>So, Today I am sharing <strong>Custom Error 404 Page With Counting Numbers<\/strong> Using <strong>CSS <span><a href=\"https:\/\/webdevtrick.com\/web-design\/bootstrap\/\" target=\"_blank\" rel=\"noopener noreferrer\">Bootstrap<\/a><\/span><\/strong>. This is a <strong>responsive design <\/strong>means it will fit on every screen size. And there is a counting number effect which is powered by<strong> pure JavaScript<\/strong>, there is not any library. I think this program or design will be very useful for your website or any other project.<\/p>\n<p>If you are thinking now how this <strong>404 page actually is<\/strong>, then see the <strong>preview<\/strong> given below.<\/p>\n<h3>Preview Of Page Not Found Design<\/h3>\n<p>See this video preview to getting an idea of how this<strong> error page looks like<\/strong>.<\/p>\n<div style=\"width: 640px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-2881-1\" width=\"640\" height=\"415\" loop autoplay preload=\"metadata\" controls=\"controls\"><source type=\"video\/mp4\" src=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/counting-error-404.mp4?_=1\" \/><a href=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/counting-error-404.mp4\">https:\/\/webdevtrick.com\/wp-content\/uploads\/counting-error-404.mp4<\/a><\/video><\/div>\n<a class=\"maxbutton-2 maxbutton maxbutton-demo\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/webdevtrick.com\/demos\/custom-error-404-page\/\"><span class='mb-text'>Live Demo<\/span><\/a>\n<p>Now you can see this visually, You also can see it live by pressing the button 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\/javascript-random-password-generator\/\" target=\"_blank\" rel=\"noopener noreferrer\">Random Password Generator<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/first-and-last-word-selector\/\" target=\"_blank\" rel=\"noopener noreferrer\">First and Last Word Selector<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/css-blend-mode\/\" target=\"_blank\" rel=\"noopener noreferrer\">CSS Blend Modes Change<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/animated-scroll-images\/\" target=\"_blank\" rel=\"noopener noreferrer\">Animated Scrolling Images<\/a><\/li>\n<p><\/span>\n<\/ul>\n<h2>Custom Error 404 Page With Counting Numbers Effect Source Code<\/h2>\n<p>Before<strong> sharing source code<\/strong>, let&#8217;s talk about it. First I have created 3 <strong>HTML<\/strong> span inside divs and put two class names. After that, I have put a page <strong>not found message<\/strong> in heading tag. Also, there are many more divs or sections for multiple purposes like shadow, outside circle, etc.<\/p>\n<p>Using CSS I have done many works, like place elements on the right place, styling all content, etc. There I have created a slant section outside of the middle number which is zero, you can see in the<strong> preview<\/strong> at actual things what I am talking about. As you know this is also a<strong> responsive design<\/strong>, I have used CSS <strong>@keyframe<\/strong> property to creating it responsive.<\/p>\n<p>Now using <strong>JavaScript<\/strong> I have created the<strong> counting numbers effect<\/strong>. For counting effect used <strong>JavaScript<\/strong> for loop <span class=\"lang:default decode:true crayon-inline \">for()<\/span> command (<a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Guide\/Loops_and_iteration\" target=\"_blank\" rel=\"noopener noreferrer\">info<\/a>). All other left things you will understand after <strong>getting the code<\/strong>, I can&#8217;t explain all in writing. For creating this you have to create 3 files. First for<strong> HTML<\/strong>, second of <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=\"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;Counting Error 404 | Webdevtrick.com&lt;\/title&gt;\r\n  &lt;link rel='stylesheet' href='https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.3.7\/css\/bootstrap.min.css'&gt;\r\n  &lt;link href='https:\/\/fonts.googleapis.com\/css?family=Anton|Passion+One|PT+Sans+Caption' rel='stylesheet' type='text\/css'&gt;\r\n  &lt;link rel=\"stylesheet\" href=\".\/style.css\"&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n\r\n            &lt;div class=\"error\"&gt;\r\n                &lt;div class=\"container-floud\"&gt;\r\n                    &lt;div class=\"col-xs-12 ground-color text-center\"&gt;\r\n                        &lt;div class=\"errorPage\"&gt;\r\n                            &lt;div class=\"clip\"&gt;&lt;div class=\"shadow\"&gt;&lt;span class=\"digit numberThree\"&gt;&lt;\/span&gt;&lt;\/div&gt;&lt;\/div&gt;\r\n                            &lt;div class=\"clip\"&gt;&lt;div class=\"shadow\"&gt;&lt;span class=\"digit numberTwo\"&gt;&lt;\/span&gt;&lt;\/div&gt;&lt;\/div&gt;\r\n                            &lt;div class=\"clip\"&gt;&lt;div class=\"shadow\"&gt;&lt;span class=\"digit numberOne\"&gt;&lt;\/span&gt;&lt;\/div&gt;&lt;\/div&gt;\r\n                        &lt;\/div&gt;\r\n                        &lt;h2&gt;Sorry! Page not found&lt;\/h2&gt;\r\n                    &lt;\/div&gt;\r\n                &lt;\/div&gt;\r\n            &lt;\/div&gt;\r\n\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 named &#8216;<em><strong>style.css<\/strong><\/em>&#8216; and put these codes given here.<\/p>\n<pre class=\"height-set:true height:750 lang:css decode:true \" title=\"style.css\">\/* Code By Webdevtrick ( https:\/\/webdevtrick.com ) *\/\r\n*\r\n{\r\n  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';\r\n}\r\n    .error .clip .shadow {\r\n        height: 180px;\r\n    }\r\n    .error .clip:nth-of-type(2) .shadow {\r\n        width: 130px; \r\n    }\r\n    .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow {\r\n        width: 250px;\r\n    }\r\n    .error .digit {\r\n        width: 150px;  \r\n        height: 150px; \r\n        line-height: 150px; \r\n        font-size: 120px;\r\n        font-weight: bold;\r\n    }\r\n    .error h2  {\r\n        font-size: 32px;\r\n    }\r\n    .error .errorPage {\r\n        margin-top: 10%;\r\n        position: relative;\r\n        height: 250px;\r\n        padding-top: 40px;\r\n    }\r\n    .error .errorPage .clip {\r\n        display: inline-block;\r\n        transform: skew(-45deg);\r\n    }\r\n    .error .clip .shadow {\r\n        overflow: hidden;\r\n    }\r\n    .error .clip:nth-of-type(2) .shadow {\r\n        overflow: hidden;\r\n        position: relative;\r\n        box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150,0.8), 20px 0px 20px -15px rgba(150, 150, 150,0.8);\r\n    }\r\n    \r\n    .error .clip:nth-of-type(3) .shadow:after, .error .clip:nth-of-type(1) .shadow:after {\r\n        content: \"\";\r\n        position: absolute;\r\n        right: -8px;\r\n        bottom: 0px;\r\n        z-index: 9999;\r\n        height: 100%;\r\n        width: 10px;\r\n        background: linear-gradient(90deg, transparent, rgba(173,173,173, 0.8), transparent);\r\n        border-radius: 50%;\r\n    }\r\n    .error .clip:nth-of-type(3) .shadow:after  {\r\n        left: -8px;\r\n    }\r\n    .error .digit {\r\n        position: relative;\r\n        top: 8%;\r\n        color: white;\r\n        background: #ff3f3f;\r\n        border-radius: 50%;\r\n        display: inline-block;\r\n        transform: skew(45deg);\r\n    }\r\n    .error .clip:nth-of-type(2) .digit {\r\n        left: -10%;\r\n    }\r\n    .error .clip:nth-of-type(1) .digit {\r\n        right: -20%;\r\n    }\r\n    .error .clip:nth-of-type(3) .digit {\r\n        left: -20%;\r\n    }    \r\n    .error h2 {\r\n        color: #A2A2A2;\r\n        font-weight: bold;\r\n        padding-bottom: 20px;\r\n    }\r\n\r\n\r\n@media(max-width: 767px) {\r\n.error .clip .shadow {\r\n                height: 100px;  \r\n            }\r\n.error .clip:nth-of-type(2) .shadow {\r\n                width: 80px; \r\n            }\r\n.error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow   {\r\n                width: 100px; \r\n            }\r\n .error .digit {\r\n                width: 80px;   \r\n                height: 80px;  \r\n                line-height: 80px;\r\n                font-size: 52px;\r\n            }\r\n  .error h2  {\r\n                font-size: 24px;\r\n            }\r\n       \r\n  .error .errorPage\r\n  {\r\n    height: 150px;\r\n  }\r\n}\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=\"funciton.js\">\/\/ Code By Webdevtrick ( https:\/\/webdevtrick.com ) *\/\r\nfunction randomNum()\r\n        {\r\n            \"use strict\";\r\n            return Math.floor(Math.random() * 9)+1;\r\n        }\r\n            var loop1,loop2,loop3,time=30, i=0, number, selector3 = document.querySelector('.numberThree'), selector2 = document.querySelector('.numberTwo'),\r\n                selector1 = document.querySelector('.numberOne');\r\n            loop3 = setInterval(function()\r\n            {\r\n              \"use strict\";\r\n                if(i &gt; 40)\r\n                {\r\n                    clearInterval(loop3);\r\n                    selector3.textContent = 4;\r\n                }else\r\n                {\r\n                    selector3.textContent = randomNum();\r\n                    i++;\r\n                }\r\n            }, time);\r\n            loop2 = setInterval(function()\r\n            {\r\n              \"use strict\";\r\n                if(i &gt; 80)\r\n                {\r\n                    clearInterval(loop2);\r\n                    selector2.textContent = 0;\r\n                }else\r\n                {\r\n                    selector2.textContent = randomNum();\r\n                    i++;\r\n                }\r\n            }, time);\r\n            loop1 = setInterval(function()\r\n            {\r\n              \"use strict\";\r\n                if(i &gt; 100)\r\n                {\r\n                    clearInterval(loop1);\r\n                    selector1.textContent = 4;\r\n                }else\r\n                {\r\n                    selector1.textContent = randomNum();\r\n                    i++;\r\n                }\r\n            }, time);<\/pre>\n<p>That&#8217;s It. Now you have successfully created<strong> Custom Error 404 Page<\/strong> With <strong>Counting Numbers<\/strong> Using<strong> CSS Bootstrap<\/strong>. If you have any doubt or question then comment down below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How can we create a custom error 404 page using HTML CSS &amp; JS? Solution: Check out this custom Error 404 Page With Counting Numbers Using CSS Bootstrap. Previously I have shared an Animated Error 404 Page Design With Particle JS, But this one is with counting numbers effect. Basically, 404 is error message for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2894,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[48,43,46],"tags":[74,349,157,190,155,61,350,192,67],"class_list":["post-2881","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bootstrap","category-css","category-javascript","tag-css-animation","tag-custom-page-not-found","tag-error-404-page","tag-example-and-source-code","tag-html-and-css","tag-javascript-tips-and-tricks","tag-loop","tag-responsive","tag-source-code"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Custom Error 404 Page With Counting Numbers Using CSS Bootstrap<\/title>\n<meta name=\"description\" content=\"Want create a custom error 404 page? Check out this Custom Error 404 Page With Counting Numbers Using CSS Bootstrap. Get source code now.\" \/>\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\/custom-error-404-page\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Custom Error 404 Page With Counting Numbers Using CSS Bootstrap\" \/>\n<meta property=\"og:description\" content=\"Want create a custom error 404 page? Check out this Custom Error 404 Page With Counting Numbers Using CSS Bootstrap. Get source code now.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webdevtrick.com\/custom-error-404-page\/\" \/>\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-09-02T16:51:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/custom-error-404.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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webdevtrick.com\/custom-error-404-page\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webdevtrick.com\/custom-error-404-page\/\"},\"author\":{\"name\":\"shaan\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3\"},\"headline\":\"Custom Error 404 Page With Counting Numbers Using CSS Bootstrap\",\"datePublished\":\"2019-09-02T16:51:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webdevtrick.com\/custom-error-404-page\/\"},\"wordCount\":575,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/webdevtrick.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/webdevtrick.com\/custom-error-404-page\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/custom-error-404.jpg\",\"keywords\":[\"css animation\",\"custom page not found\",\"error 404 page\",\"example and source code\",\"html and css\",\"javascript tips and tricks\",\"loop\",\"responsive\",\"source code\"],\"articleSection\":[\"Bootstrap\",\"CSS\",\"JavaScript\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webdevtrick.com\/custom-error-404-page\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webdevtrick.com\/custom-error-404-page\/\",\"url\":\"https:\/\/webdevtrick.com\/custom-error-404-page\/\",\"name\":\"Custom Error 404 Page With Counting Numbers Using CSS Bootstrap\",\"isPartOf\":{\"@id\":\"https:\/\/webdevtrick.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webdevtrick.com\/custom-error-404-page\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webdevtrick.com\/custom-error-404-page\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/custom-error-404.jpg\",\"datePublished\":\"2019-09-02T16:51:23+00:00\",\"description\":\"Want create a custom error 404 page? Check out this Custom Error 404 Page With Counting Numbers Using CSS Bootstrap. Get source code now.\",\"breadcrumb\":{\"@id\":\"https:\/\/webdevtrick.com\/custom-error-404-page\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webdevtrick.com\/custom-error-404-page\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdevtrick.com\/custom-error-404-page\/#primaryimage\",\"url\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/custom-error-404.jpg\",\"contentUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/custom-error-404.jpg\",\"width\":1200,\"height\":630,\"caption\":\"custom error 404 page with counting number effects\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webdevtrick.com\/custom-error-404-page\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webdevtrick.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Custom Error 404 Page With Counting Numbers Using CSS Bootstrap\"}]},{\"@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":"Custom Error 404 Page With Counting Numbers Using CSS Bootstrap","description":"Want create a custom error 404 page? Check out this Custom Error 404 Page With Counting Numbers Using CSS Bootstrap. Get source code now.","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\/custom-error-404-page\/","og_locale":"en_US","og_type":"article","og_title":"Custom Error 404 Page With Counting Numbers Using CSS Bootstrap","og_description":"Want create a custom error 404 page? Check out this Custom Error 404 Page With Counting Numbers Using CSS Bootstrap. Get source code now.","og_url":"https:\/\/webdevtrick.com\/custom-error-404-page\/","og_site_name":"Web Dev Trick","article_publisher":"https:\/\/www.facebook.com\/webdevtrick\/","article_published_time":"2019-09-02T16:51:23+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/webdevtrick.com\/wp-content\/uploads\/custom-error-404.jpg","type":"image\/jpeg"}],"author":"shaan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"shaan","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webdevtrick.com\/custom-error-404-page\/#article","isPartOf":{"@id":"https:\/\/webdevtrick.com\/custom-error-404-page\/"},"author":{"name":"shaan","@id":"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3"},"headline":"Custom Error 404 Page With Counting Numbers Using CSS Bootstrap","datePublished":"2019-09-02T16:51:23+00:00","mainEntityOfPage":{"@id":"https:\/\/webdevtrick.com\/custom-error-404-page\/"},"wordCount":575,"commentCount":2,"publisher":{"@id":"https:\/\/webdevtrick.com\/#organization"},"image":{"@id":"https:\/\/webdevtrick.com\/custom-error-404-page\/#primaryimage"},"thumbnailUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/custom-error-404.jpg","keywords":["css animation","custom page not found","error 404 page","example and source code","html and css","javascript tips and tricks","loop","responsive","source code"],"articleSection":["Bootstrap","CSS","JavaScript"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webdevtrick.com\/custom-error-404-page\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webdevtrick.com\/custom-error-404-page\/","url":"https:\/\/webdevtrick.com\/custom-error-404-page\/","name":"Custom Error 404 Page With Counting Numbers Using CSS Bootstrap","isPartOf":{"@id":"https:\/\/webdevtrick.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webdevtrick.com\/custom-error-404-page\/#primaryimage"},"image":{"@id":"https:\/\/webdevtrick.com\/custom-error-404-page\/#primaryimage"},"thumbnailUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/custom-error-404.jpg","datePublished":"2019-09-02T16:51:23+00:00","description":"Want create a custom error 404 page? Check out this Custom Error 404 Page With Counting Numbers Using CSS Bootstrap. Get source code now.","breadcrumb":{"@id":"https:\/\/webdevtrick.com\/custom-error-404-page\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webdevtrick.com\/custom-error-404-page\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdevtrick.com\/custom-error-404-page\/#primaryimage","url":"https:\/\/webdevtrick.com\/wp-content\/uploads\/custom-error-404.jpg","contentUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/custom-error-404.jpg","width":1200,"height":630,"caption":"custom error 404 page with counting number effects"},{"@type":"BreadcrumbList","@id":"https:\/\/webdevtrick.com\/custom-error-404-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webdevtrick.com\/"},{"@type":"ListItem","position":2,"name":"Custom Error 404 Page With Counting Numbers Using CSS Bootstrap"}]},{"@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\/2881","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=2881"}],"version-history":[{"count":15,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts\/2881\/revisions"}],"predecessor-version":[{"id":2898,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts\/2881\/revisions\/2898"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/media\/2894"}],"wp:attachment":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/media?parent=2881"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/categories?post=2881"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/tags?post=2881"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}