all HTML done. Need css polishing though

This commit is contained in:
BOTAlex 2024-06-08 04:04:25 +02:00
parent 2a7085d4ca
commit 7c01dcef6f
4 changed files with 150 additions and 25 deletions

View file

@ -0,0 +1,19 @@
<div class="container">
ALEX
</div>
<style lang="scss">
.container {
position: absolute;
display: grid;
justify-self: end;
vertical-align: bottom;
align-self: flex-end;
// font settings
font-size: 80mm;
color: #e4e4e4;
transform: translate(32%, -32%) rotate(-90deg);
}
</style>