<div class="wrapper">
<footer id="footer">
<div class="txt_wrap">
<a href="#">로그인</a>
<a href="#">전체서비스</a>
<a href="#">PC버전</a>
<br>
<a href="#">이용약관</a>
<a href="#">개인정보처리방침</a>
<a href="#">고객센터</a>
</div>
<h1>
<a href="#">
<img src="https://via.placeholder.com/74x14">
</a>
</h1>
</footer>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
}
ol, ul {
list-style: none;
}
img {
vertical-align: middle;
}
a {
text-decoration: none;
}
button {
border: none;
background-color: transparent;
}
input {
border: none;
background-color: transparent;
}
input:focus {
outline: none;
}
.wrapper {
overflow-x: hidden;
overflow-y: auto;
width: 375px;
height: 100vh;
margin: 0 auto;
background-color: #eaeef3;
}
#footer {
padding: 35px 0 80px;
}
#footer .txt_wrap {
text-align: center;
}
#footer .txt_wrap a {
position: relative;
display: inline-block;
padding: 3px 9px;
color: #929294;
font-size: 13px;
font-weight: 400;
letter-spacing: -0.5px;
}
#footer .txt_wrap a:before {
content: "";
display: block;
position: absolute;
top: 7px;
left: 0;
width: 1px;
height: 10px;
background-color: #d7dfe7;
}
#footer .txt_wrap a:nth-child(1):before,
#footer .txt_wrap a:nth-child(5):before {
content: none;
}
#footer h1 {
text-align: center;
}
#footer h1 img {
width: 74px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.