My CV rev2 progress backup

This commit is contained in:
BOTAlex 2024-10-13 16:10:04 +02:00
parent 2e7a0d2a91
commit 8678c084e8
21 changed files with 1002 additions and 1 deletions

View file

@ -0,0 +1,23 @@
<script>
export let Style = "";
</script>
<div class="container" style="{Style}">
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>