πŸ’› μ›ν•˜λŠ” κΈ°λŠ₯

https://tolv.dk/ νŽ˜μ΄μ§€λ₯Ό 클둠 μ½”λ”© ν•˜λ˜ 쀑, 마우슀 λŒ€μ‹  λ³΄μ΄λŠ” μž‘μ€ 원이 λ„ˆλ¬΄ 예뻐 λ”°λΌν•˜κ³  μ‹Άμ—ˆλ‹€.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/6f339480-578c-4d99-8cd7-94e289f53939/tolv.png

πŸ“š μ°Έκ³ 

[Dev Ed] Awesome Cursor Animation With CSS & Javascript!

https://www.youtube.com/watch?v=TpwpAYi-p2w&t=42s

✍🏻 μˆœμ„œ

<1> HTML: μ»€μ„œλ‘œ λ§Œλ“€ div 생성

<div class="cursor"></div>

<2> CSS: div μ»€μŠ€ν…€

/* CSS */
.cursor {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #B7BA42;
	opacity: 0.7;
}

<3> CSS: position: absolute둜 λ§Œλ“¬