구름톤 DEEP DIVE - kakao X goorm
<head> <style> .text-number { text-align: center; font-size: 3rem; font-weight: 600; background: linear-gradient(to right, hsl(98 100% 62%), hsl(204 100% 59%)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* 푸터 텍스트 이미지 정렬 */ .footer_company-info-top { display: flex; justify-content: space-between; align-items: center; } /* 푸터 이미지 정렬 */ .footer_emblem { display: flex; justify-content: flex-end; } /* 푸터 텍스트 정렬 */ .footer_link-list { display: flex; align-items: center; } /* 푸터 텍스트 링크 스타일 */ .footer_info-link { cursor: pointer; color: inherit; overflow-wrap: break-word; text-decoration: none; font-size: 90%; } /* 푸터 텍스트 hover 스타일 */ .footer_info-link:hover { text-decoration: underline; } /* 푸터 텍스트 링크 간격 */ .footer_link-list-item { padding-right: 1rem; } </style> </head>