nicer-looking controls
This commit is contained in:
parent
e615061555
commit
351d85c69c
5 changed files with 89 additions and 13 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue