Skip to main content
Skip table of contents

Web - MFC

MFC

MFC는 유형 공통 원칙을 따릅니다.

MFC-1

*컬러별 명칭

위계 원칙

기획 원칙

NavigationbarContainer가 없는 경우 해당 유형을 사용합니다.

  • 가로형 화면일 때 사용하고 페이지 스크롤을 할 수 없습니다. (Container 수준에서 스크롤바가 생성되지 않습니다.)

  • 대표적으로 영상을 전체 화면으로 보는 경우가 있습니다.

구조

  • ContentsContainer

    • ContentsArea

      • Content 1

CSS

  • ContentsContainer

    CODE
    padding-top:0px;
    padding-left:0px; 
    padding-right:0px; 
    padding-bottom:0px; 
    min-width:640px;
  • ContentsArea

    CODE
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    min-width:640px;


문서 작성 정보

소유자 / 관리자

김혜진

변경 이력

  • 2021/10/21 : 최초 문서 작성 - 김혜진

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.