nicer-looking controls

This commit is contained in:
Xenofem 2018-12-19 19:30:56 -05:00
parent e615061555
commit 351d85c69c
5 changed files with 89 additions and 13 deletions

View file

@ -51,6 +51,10 @@
bottom: 10px;
left: 10px;
}
#controls img {
width: 40px;
height: 40px;
}
input[type=checkbox]:checked ~ #controls {
display: block;
}
@ -75,6 +79,6 @@
</svg>
</div>
<input type="checkbox">
<div id="controls"><a href="..">back</a></div>
<div id="controls"><a href=".."><img src="../back.svg"></a></div>
</body>
</html>