Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 623 Bytes

404.md

File metadata and controls

42 lines (37 loc) · 623 Bytes
layout title nav_exclude permalink
default
404
true
/404.html
404 Error Image

Page not found.

<style> .container { position: relative; width: 100%; height: 90vh; } .container img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: bottom left; } .err-text { position: absolute; top: 5%; right: 5%; transform: translateY(-50%); font-size: 5rem; color: #000; text-shadow: 2px 2px #fff; padding-left: 30px; line-height: 1; } </style>