#block {
top: 0;
left: 0;
height: 100vh;
width: 100vw;
position: fixed;
visibility: hidden;
background-color: #ccc;
}
#block:target {
visibility: visible;
}
doctype html
html
head
title Slim Examples
meta name="keywords" content="template language"
link rel="stylesheet" href="table_image.css"
body
a *{href: '#block'} Show
#block
a *{href: '#'} Hide