본문 바로가기
UI|UX/사이트유형

사이트유형 - 푸터

by SyuMay 2022. 9. 6.
728x90

푸터 유형

푸터 유형은 사이트 하단에 장식합니다.


1.HTML 코드

코드 보기
<footer id="footerType" class="footer__wrap nexon section">
  <h2 class="blind">푸터 영역</h2>
  <div class="footer__inner container">
    <div class="footer__menu">
      <div>
        <h3>사이트</h3>
        <ul>
          <li><a href="/">웹표준 사이트</a></li>
          <li><a href="/">반응형 사이트</a></li>
          <li><a href="/">페럴럭스 사이트</a></li>
          <li><a href="/">포트폴리오 사이트</a></li>
        </ul>
      </div>
      <div>
        <h3>사이트</h3>
        <ul>
          <li><a href="/">웹표준 사이트</a></li>
          <li><a href="/">반응형 사이트</a></li>
          <li><a href="/">페럴럭스 사이트</a></li>
          <li><a href="/">포트폴리오 사이트</a></li>
        </ul>
      </div>
      <div>
        <h3>헤더 영역</h3>
        <ul>
          <li><a href="/">메뉴 유형01</a></li>
          <li><a href="/">메뉴 유형02</a></li>
        </ul>
      </div>
      <div>
        <h3>슬아이드 영역</h3>
        <ul>
          <li><a href="/">슬라이드 유형01</a></li>
          <li><a href="/">슬라이드 유형02</a></li>
        </ul>
      </div>
      <div>
        <h3>이미지 영역</h3>
        <ul>
          <li><a href="/">이미지 유형01</a></li>
          <li><a href="/">이미지 유형02</a></li>
          <li><a href="/">이미지/텍스트 유형01</a></li>
          <li><a href="/">이미지/텍스트 유형02</a></li>
          <li><a href="/">텍스트 유형01</a></li>
        </ul>
      </div>
      <div>
        <h3>컨텐츠 영역</h3>
        <ul>
          <li><a href="/">카드 유형01</a></li>
          <li><a href="/">카드 유형02</a></li>
          <li><a href="/">카드 유형03</a></li>
        </ul>
      </div>
      <div>
        <h3>푸터 영역</h3>
        <ul>
          <li><a href="/">푸터 메뉴 유형01</a></li>
          <li><a href="/">푸터 컨텍트 유형02</a></li>
          <li><a href="/">푸터 이메일 유형03</a></li>
        </ul>
      </div>
    </div>
  </div>
  <div class="footer__right">
    2022 Syumay. Portfolio is Power<br />
    All rights reserved.
  </div>
</footer>

2.CSS 코드

코드 보기
@import url("https://webfontworld.github.io/NexonLv1Gothic/NexonLv1Gothic.css");
.nexon {
  font-family: "NexonLv1Gothic";
  font-weight: 400;
}

/* 여백 초기화 */
body,
div,
dl,
dd,
dt,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
fieldset,
form,
legend,
p,
blockquote,
th,
td,
input,
button,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* 시멘틱 태그 초기화 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* 폰트 초기화 */
body,
button,
input,
select,
table,
textarea {
  color: #000;
  font-family: "NexonLv1Gothic", "AppleSDGothicNeo-Regular", "Malgun Gothic", "맑은 고딕", dotum, 돋움;
}

/* 링크 초기화 */
a {
  text-decoration: none;
  color: #000;
}

/* 목록 초기화 */
li,
ol,
ul {
  list-style: none;
}

/* 제목 초기화 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* 폰트 스타일 초기화 */
em,
address {
  font-style: normal;
}

/* 이미지 초기화 */
img {
  width: 100%;
  vertical-align: top;
}

/* 보더 초기화 */
img,
fieldset,
button {
  border: 0;
}

/* 클리어 픽스 */
.clearfix {
  zoom: 1;
}

.clearfix::after,
.clearfix::before {
  content: "";
  display: block;
  line-height: 0;
}

.clearfix::after {
  clear: both;
}

/* 블라인드 효과 */
.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

/* 이미지 대체(ir) 효과 */
.ir {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999;
}

#skip {
  position: relative;
  z-index: 100000;
}
#skip a {
  background: #fff;
  color: #030a1a;
  position: absolute;
  padding: 20px 40px;
  left: -400px;
  top: 5px;
}
#skip a:active,
#skip a:focus {
  left: 5px;
}

.container {
  width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}

.section {
  padding: 120px 0;
}

.section > h2 {
  font-size: 50px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.section > span {
  display: block;
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 20px;
}
.section > p {
  font-size: 22px;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  color: #666;
  margin-bottom: 70px;
}
/* 폰트 */
.nexon {
  font-family: "NexonLv1Gothic";
  font-weight: 400;
}

/* 배경 */
.gray {
  background-color: #f5f5f5;
}

/* 간격 셋팅 */
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}

.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}

body {
  background: #030a1a;
}
.footer__menu {
  display: flex;
  margin-bottom: 70px;
}
.footer__menu > div {
  width: 16%;
}
.footer__menu h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #b5b5b5;
}
.footer__menu li a {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
  display: block;
}
.footer__right {
  border-top: 1px solid #d9d9d9;
  text-align: center;
  padding-top: 40px;
  color: #666;
  line-height: 1.5;
} 

완성본

728x90
반응형

'UI|UX > 사이트유형' 카테고리의 다른 글

사이트유형 - 슬라이드  (3) 2022.09.06
사이트유형 - 배너  (2) 2022.09.06
사이트유형 | 이미지-텍스트 유형  (11) 2022.09.01
사이트유형 | 헤더유형  (9) 2022.09.01
사이트유형 - 텍스트 유형 세 번째  (4) 2022.09.01

댓글


자바스크립트 사진

JavaScript

자세히보기