Compress stonk image; Round corners

This commit is contained in:
kevinpauer 2022-05-03 12:16:10 +02:00
parent 4116f09b5b
commit 06addfbefe
3 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div class="card card-container no-border">
<img
id="profile-img"
src="https://i.kym-cdn.com/entries/icons/mobile/000/029/959/Screen_Shot_2019-06-05_at_1.26.32_PM.jpg"
src="../../../assets/Stonks.jpg"
class="profile-img-card"
/>
<form

View File

@ -11,4 +11,10 @@
.backgorund {
background-color: #181a1b;
color: white;
padding-top: 2vh;
}
.profile-img-card {
border-radius: 2%;
box-shadow: 0 0 0 500px #181a1b;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB