Compare commits

...

2 Commits

1 changed files with 11 additions and 2 deletions

View File

@ -3,13 +3,13 @@
<head>
<script src="gender.min.js"> </script>
<style>
body {
html {
position: relative;
background-image: url("assets/heart-bg.gif");
display: grid;
justify-content: center;
align-items: center;
height: 100vh;
height: 100%;
font-family: serif;
}
body > div {
@ -18,6 +18,14 @@ body > div {
position: relative;
width: 500px;
}
a {
color: white;
position: fixed;
right: 10px;
bottom: 10px;
font-weight: bold;
font-family: sans;
}
</style>
</head>
<body>
@ -27,5 +35,6 @@ body > div {
node: document.getElementById('elm-zone')
});
</script>
<a href="https://fem.mint.lgbt/Emi/wuppie">source code</a>
</body>
</html>