구성 요소 컨테이너 컨테이너 구성 요소

컨테이너 구성 요소

반응형 컨테이너 구성 요소(다크 모드 사용)

미리 보기

HTML 코드

<div class="container mx-auto px-4 py-8 dark:bg-gray-800">
  <div class="max-w-md mx-auto bg-white rounded-xl shadow-md overflow-hidden md:max-w-2xl dark:bg-gray-700">
    <div class="md:flex">
      <div class="md:flex-shrink-0">
        <img class="h-48 w-full object-cover md:w-48" src="https://picsum.photos/seed/picsum/200/300" alt="Random image">
      </div>
      <div class="p-8">
        <div class="uppercase tracking-wide text-sm text-indigo-500 font-semibold dark:text-indigo-300">Case Study</div>
        <a href="#" class="block mt-1 text-lg leading-tight font-medium text-black hover:underline dark:text-white">Innovating with Microinteractions</a>
        <p class="mt-2 text-gray-500 dark:text-gray-300">Exploring the power of small, engaging animations to enhance user experience in portfolio websites. This triadic color scheme (using shades of indigo, red, and yellow in other potential elements) provides a vibrant yet balanced feel. Moderate complexity allows for subtle hover effects and transitions.</p>
        <div class="mt-4">
          <span class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 mr-2 dark:bg-gray-600 dark:text-gray-200">#microinteractions</span>
          <span class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 mr-2 dark:bg-gray-600 dark:text-gray-200">#tailwindcss</span>
          <span class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 dark:bg-gray-600 dark:text-gray-200">#portfolio</span>
        </div>
      </div>
    </div>
  </div>
</div>

관련 구성 요소

소셜 미디어 스큐어모픽 컨테이너

단색 구성표로 설계된 스큐어모픽 소셜 미디어 컨테이너로, 부드러운 그림자, 미묘한 그라디언트, 둥근 가장자리를 특징으로 하여 버튼 및 카드와 같은 실제 요소를 모방하여 사용자 게시물이나 프로필을 표시하는 데 적합합니다. 완전한 응답성과 다크 모드 지원이 포함됩니다.

열다

머티리얼 디자인 컨테이너

Tailwind CSS를 사용하는 머티리얼 디자인 스타일의 컨테이너 구성 요소로, 반응형 디자인과 어두운 테마 지원을 제공합니다.

열다

컨테이너 구성 요소 30

반응형 3D 디자인 컨테이너 구성 요소로, 어두운 테마 지원과 함께 깊이와 몰입도를 위해 3차원 요소를 통합합니다.

열다