Skip to content

Instantly share code, notes, and snippets.

@sumn2u
Created May 31, 2022 15:43
Show Gist options
  • Save sumn2u/a00c9d7f26688872b5ef9043b04c31a1 to your computer and use it in GitHub Desktop.
Save sumn2u/a00c9d7f26688872b5ef9043b04c31a1 to your computer and use it in GitHub Desktop.
Yuno 404
<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>
<link href="https://unpkg.com/yuno-design-kit@1.1.11/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