Skip to main content
Module

x/aleph/examples/with-plugins/pages/style.scss

The Full-stack Framework in Deno.
Go to Latest
File
$size: 300px;
body { display: flex; justify-content: center; align-items: center; width: 100vw; height: 100vh; overflow: hidden;}
h1 { font-size: $size;}