Add number plate svg

This commit is contained in:
sqozz 2021-02-28 20:28:59 +01:00
parent a658ee881f
commit 1353894ad6
3 changed files with 279 additions and 0 deletions

View File

@ -5,6 +5,13 @@
transform: rotate(0deg);
}
#nummerscheibe {
position: absolute;
top: 0;
pointer-events: none;
z-index: -100;
}
#fingerlimiter {
position: absolute;
top: 0;

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -9,6 +9,7 @@
</head>
<body>
<img id="drehscheibe" src="images/drehscheibe.svg" width=500 height=500 />
<img id="nummerscheibe" src="images/nummerscheibe.svg" width=500 height=500 />
<img id="fingerlimiter" src="images/fingeranstoß.svg" width=500 height=500 />
<input type="tel" id="phonenumber" />
<label for="state_history">State history:</label>