I think my CV done!

This commit is contained in:
BOTAlex 2024-06-10 06:55:08 +02:00
parent e6b2d05463
commit bd4124cd83
21 changed files with 2745 additions and 15 deletions

View file

@ -1,12 +1,16 @@
<div class="container">
<div/>
<div/>
<div>
<div>
Thank you! ❤
</div>
</div>
</div>
<style lang="scss">
.container {
position: absolute;
transform: translate(31mm, 31mm) rotate(-45deg);
transform: translate(40.2mm, 5mm) rotate(-45deg);
display: grid;
justify-self: end;
vertical-align: bottom;
@ -27,7 +31,17 @@
> div:nth-child(2) {
background-color: #2f5496;
width: 100mm;
height: 30mm;
height: 25mm;
// Text
display: grid;
place-content: center;
align-content: flex-start;
> div {
padding-top: 3.5mm;
color: #4a7bcf;
font-weight: bold;
}
}
}
</style>