mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
TextBox implemented and cleaning.
This commit is contained in:
@@ -4,11 +4,16 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>Mr. Crocs Adventures</title>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: Silkscreen;
|
||||
src: url("fonts/slkscr.ttf")
|
||||
}
|
||||
|
||||
#canvas {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: #6096ff;
|
||||
cursor: none;
|
||||
}
|
||||
</style>
|
||||
<link rel="shortcut icon" type="image/png" href="favicon.png">
|
||||
|
||||
Reference in New Issue
Block a user