Added shadow to images

This commit is contained in:
BOTAlex 2024-06-10 04:26:00 +02:00
parent 1bef85049e
commit 718dd4f65a
3 changed files with 5 additions and 1 deletions

View File

@ -86,6 +86,7 @@
& > img { & > img {
border-radius: 2.5mm; border-radius: 2.5mm;
filter: drop-shadow(1mm 1mm 1mm #0000009d);
} }
} }
</style> </style>

View File

@ -86,6 +86,7 @@
& > img { & > img {
border-radius: 2.5mm; border-radius: 2.5mm;
filter: drop-shadow(1mm 1mm 1mm #0000009d);
} }
} }
</style> </style>

View File

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