Skip links

  • Skip to primary navigation
  • Skip to content
  • Skip to footer
blog of toyjhlee

      Lee Junghan

      삶은 나를 발견하는 과정이 아니라, 나를 창조하는 과정이다

      • Seoul,Korea
      • GitHub
      • 이메일

      css vertical align

      hivelab 의 Vertical-align 파헤치기

      설명이 잘 되어 있다

      [공유] Vertical-align 파헤치기! – 1부

      [공유] Vertical-align 파헤치기! – 2부

      issue

      IE 에 box 가 vertical-align center 에 오지 않았다

      • 해결 링크

        .flex-container {
            min-height: 100px;
            display: flex;
            align-items: center;
        }
        .flex-container:after {
            content: '';
            min-height: inherit;
            font-size: 0;
        }
        

      업데이트: November 5, 2020

      이전 다음

      참고

      12factor

      [번역]The Twelve-Factor App

      Architecture

      프론트엔드 아키텍처

      Pwa

      example

      Tailwindcss

      인프런 홈 만들어 보기 2021-09-09

      • 팔로우:
      • GitHub
      • 피드
      © 2022 toyjhlee. Powered by Jekyll & Minimal Mistakes.