Initial Commit
This commit is contained in:
27
index.html
Normal file
27
index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user