[웹 퍼블리싱] 02. HTML/CSS 핵심개념


[웹 퍼블리싱] 02. HTML/CSS 핵심개념

이미지 버튼 위 사진처럼 이미지 링크 세 개를 만들어보세요. 순서대로 각각 "https://facebook.com", "https://instagram.com", "https://github.com"으로 갑니다. 세 이미지는 브라우저에서 가운데 정렬이 되어 있습니다. Check me out on... body { margin: 50px 0; } h1 { font-family: 'Noto Sans KR', sans-serif; margin-bottom: 20px; text-align: center; } .link-container { text-align: center; } .link-container a:not(:last-child) { margin-right: 20px; } a { text-decorat..


원문링크 : [웹 퍼블리싱] 02. HTML/CSS 핵심개념