Gacha game centered around vore.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
vore-gacha/static/template/template.pug

20 lines
905 B

html
head
title
block title
base(href=baseUrl)
style.
body { display: flex; flex-flow: column; justify-content: center; align-items: center; min-height: 100vh; font-family: sans-serif; background-color: darkblue; color: aliceblue }
body * { max-width: 40em; }
p.content { text-align: center; }
p.link { display: flex; flex-flow: row; justify-content: center; align-items: center; }
p.link a { display: inline-block; border-radius: 5px; background-color: cadetblue; color: black; border: 2px solid darkslateblue; padding: 0.5em; box-shadow: 2px 4px 0 rgba(255,255,255,0.55); }
a:visited, a:active, a:link { color: inherit; text-decoration: none; }
p.link a:active { transform: translate(2px, 4px); box-shadow: 0 0 transparent; }
body
h1
block title
p.content
block content
p.link
block link