all HTML done. Need css polishing though
This commit is contained in:
parent
2a7085d4ca
commit
7c01dcef6f
4 changed files with 150 additions and 25 deletions
19
src/routes/zhen/CVs/Comps/AlexWatermark.svelte
Normal file
19
src/routes/zhen/CVs/Comps/AlexWatermark.svelte
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue