Files
kennzeichen/index.html
2026-07-12 11:57:59 +02:00

28 lines
644 B
HTML

<html>
<style>
@font-face {
font-family: 'feschrift';
src: url('./EuroPlate.ttf') format('truetype');
}
html, body{
font-family: feschrift;
font-size: 2em
}
.licenseplate{
display: inline-flex;
border: 1mm solid black;
border-radius: .1em;
padding-right: .05em;
}
.eublock{
color: #003399;
font-size: 1.05em;
}
</style>
<body>
<span class="licenseplate">
<div class="eublock">!</div>HU:ND 85
</span>
</body>
</html>