A Pen by Suman Kunwar on CodePen.
Created
May 31, 2022 15:43
-
-
Save sumn2u/a00c9d7f26688872b5ef9043b04c31a1 to your computer and use it in GitHub Desktop.
Yuno 404
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
<body class="background background--light background--dark container"> | |
<section class="page_404 text-center"> | |
<div class="row"> | |
<div class="col-sm-12 "> | |
<div class="col-sm-10 col-sm-offset-1"> | |
<div class="four_zero_four_bg"> | |
<img src='https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif' class='four_zero_four_bg_img' height="40%" /> | |
</div> | |
<div class="contant_box_404"> | |
<h3 class="h2"> | |
Looks like you're lost 😕 | |
</h3> | |
<p>The page you are looking for is not available!</p> | |
<button class="button button--tertiary button--small button--solid"> <a href="/" class="link_404">Go to Home </a></button> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
</body> |
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
<link href="https://unpkg.com/[email protected]/build/style.1.1.8.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment