728x90
๊ฐ๋ก ์ธ๋ก ๊ธธ์ด ๋ฌ๋ผ๋ ์๊ด ์์
body
<div class="profile-user-img">
<img src="์ด๋ฏธ์ง๋งํฌ" alt="profile-user-img" class="profile-user-img-img">
</div>
css
<style>
.profile-user-img{
width: 70px;
height: 70px;
border-radius: 70%;
overflow: hidden;
}
.profile-user-img-img{
width: 100%;
height: 100%;
object-fit: cover;
}
</style>
profile-user-img์
border-radius : ๋ฅ๊ธ๊ฒ ๊น๋ ์ ๋
overflow : ๊น๊ณ ๋์น๋ ๋ถ๋ถ์ hidden์ผ๋ก ์๋ณด์ด๊ฒ ํ๊ธฐ
์๋ก์ฝค ๋จ
border-radius ์์น๋ฅผ ์ด์ฉํด์ ๋ชจ์๋ฆฌ ๋ฅ๊ธ๊ฒ๋ฅผ ์กฐ์ ํ ์ ์์
30% ์ ๋ ํ ๊ฒ
728x90