rev2 done

This commit is contained in:
BOTAlex 2024-10-13 17:36:09 +02:00
parent fa5deb7985
commit d718fde866
3 changed files with 6 additions and 9 deletions

View File

@ -59,10 +59,6 @@
/* Bottom border stripe*/ /* Bottom border stripe*/
border-bottom: 1mm solid black; border-bottom: 1mm solid black;
&:first-child {
font-size: x-large;
}
} }
} }

View File

@ -14,7 +14,7 @@
<style lang="scss"> <style lang="scss">
.container { .container {
position: absolute; position: absolute;
transform: translate(-31.9mm, 0mm) rotate(-45deg); transform: translate(-25mm, 0mm) rotate(-45deg);
display: grid; display: grid;
justify-self: start; justify-self: start;
vertical-align: top; vertical-align: top;
@ -26,11 +26,12 @@
//background-color: #2f559622; //background-color: #2f559622;
width: 100mm; width: 100mm;
height: 17.5mm; height: 17.5mm;
padding-bottom: 1mm;
// Text inside // Text inside
display: grid; display: grid;
place-content: center; place-content: center;
border: #4472c4 dotted 1mm; border-bottom: #4472c4 dotted 0.5mm;
&:first-child { &:first-child {
color: #4472c4; color: #4472c4;
@ -40,7 +41,7 @@
} }
> div:nth-child(2) { > div:nth-child(2) {
padding-top: 5mm; padding-top: 4mm;
//border-bottom: #4472c4 dashed 2mm; //border-bottom: #4472c4 dashed 2mm;
background-image: linear-gradient(to right, #4472c4 70%, rgba(255,255,255,0) 0%); background-image: linear-gradient(to right, #4472c4 70%, rgba(255,255,255,0) 0%);

View File

@ -5,7 +5,7 @@
<div class="nameAndImageContainer"> <div class="nameAndImageContainer">
<NamePlate/> <NamePlate/>
<img src={selfie} class="selfie-constraints" alt="Zhentao Wei"/> <img src={selfie} class="selfie-constraints" alt="Zhentao Wei"/>
</div> </div>
<style> <style>
@ -20,6 +20,6 @@
max-width: 65%; max-width: 65%;
border-radius: 5mm; border-radius: 5mm;
filter: drop-shadow(1mm 1mm 1mm #0000009d); filter: drop-shadow(0.75mm 0.75mm 0.75mm #0000009d);
} }
</style> </style>