Skip to content

모바일 레이아웃

Sample

<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>SHINSEGAE V</title>
<!-- 웹 폰트 -->
<link rel="stylesheet" href="/ui/font/pretendard/pretendard-subset.css" />
<link rel="stylesheet" href="/ui/font/gloock/gloock-subset.css" />
<!-- 공통 CSS -->
<link rel="stylesheet" href="/ui/mw/common/common.css" />
</head>
<body>
<!-- 탑바(헤더) -->
<!-- 바텀바 -->
<!-- 페이지 내용 -->
<!-- 푸터 -->
<div class="v-global-overlay">
<!-- 레이어 영역 -->
</div>
</body>
</html>