개인 사이트를 제작중, 이런 소셜아이콘을 집어넣을 수 있는 방법을 찾게되어 공유하려 한다 먼저 해당 div의 css코드 먼저 공유하려한다. [css code] .social-icons .social-icon { display: inline-flex; align-items: center; justify-content: center; height: 3.5rem; width: 3.5rem; background-color: #495057; color: #fff; border-radius: 100%; font-size: 1.5rem; margin-right: 1.5rem; } .social-icons .social-icon:last-child { margin-right: 0; } .social-icons .soc..