deprived-main-website/src/routes/zhen/cv/CompsRev3/NamePlate.svelte
BOTAlex 7fd7682f98
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 23s
Changed photo to vr setup
2025-05-27 03:59:26 +02:00

21 lines
No EOL
363 B
Svelte

<div class="name-plate-container">
<span style="text-align: center;">
<b>
Zhentao Wei
</b><br/>
(He/Him)
</span>
</div>
<style>
.name-plate-container{
display: grid;
place-items: center;
width: 60%;
/* Bottom border stripe*/
border-bottom: 1mm solid black;
}
</style>