Glassmorphism 바닥글 구성 요소
흐림 효과가 있는 젖빛 유리와 같은 반투명 요소를 특징으로 하는 glassmorphism 스타일의 반응형 바닥글 구성 요소이며 어두운 테마를 지원합니다.
HTML 코드
<footer class="bg-white bg-opacity-30 backdrop-blur-md rounded-lg p-6 dark:bg-gray-800 dark:bg-opacity-30 transition duration-300 ease-in-out">
<div class="container mx-auto">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="text-center md:text-left">
<h2 class="text-xl font-bold text-gray-800 dark:text-white">Connect with Us</h2>
<p class="text-gray-600 dark:text-gray-300">Stay updated with our latest news and offers.</p>
</div>
<div class="mt-4 md:mt-0">
<a href="#" class="text-gray-500 hover:text-gray-800 dark:hover:text-white mx-2"><img src="https://picsum.photos/40/40?random=1" alt="Avatar" class="rounded-full " /></a>
<a href="#" class="text-gray-500 hover:text-gray-800 dark:hover:text-white mx-2"><img src="https://picsum.photos/40/40?random=2" alt="Avatar" class="rounded-full " /></a>
<a href="#" class="text-gray-500 hover:text-gray-800 dark:hover:text-white mx-2"><img src="https://picsum.photos/40/40?random=3" alt="Avatar" class="rounded-full " /></a>
</div>
</div>
<div class="flex justify-center mt-4">
<a href="#" class="text-gray-500 hover:text-gray-800 dark:hover:text-white mx-2">Privacy Policy</a>
<span class="text-gray-500 dark:text-gray-300">|</span>
<a href="#" class="text-gray-500 hover:text-gray-800 dark:hover:text-white mx-2">Terms of Service</a>
</div>
</div>
</footer>
관련 구성 요소
럭셔리 SaaS 바닥글
SaaS 애플리케이션을 위한 우아하고 정교한 바닥글 구성 요소로, 여러 탐색 섹션, 뉴스레터 구독, 소셜 미디어 링크 및 저작권 정보를 제공합니다. 바다/파란색 팔레트, 완전한 반응성 및 다크 모드 지원으로 설계되었습니다.
Industrial_Candy_Footer_Component
포럼/커뮤니티 플랫폼을 위한 반응형 바닥글 구성 요소로, '사탕/달콤한' 색상 액센트가 있는 '산업적' 미학을 특징으로 합니다. 탐색 링크, 소셜 미디어 아이콘, 저작권 및 뉴스레터 구독이 포함되며 완전한 다크 모드가 지원됩니다.