-
SCSS-footerProject using node.js/Cloning Youtube 2020. 9. 2. 11:25
partials/footer.scss
.footer { margin: 50px 0; padding-top: 50px; border-top: 1px solid #c2bdc2; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #b3b3b3; font-weight: 600; .footer__icon { margin-bottom: 10px; font-size: 36px; } .footer__text { font-size: 18px; } }
View
참고 자료
소스 코드
https://github.com/zpskek/wetube-v3/commit/bd7c8b48ef3790e192ab36b7bea46fff81ecbd74
'Project using node.js > Cloning Youtube' 카테고리의 다른 글
SCSS - home (0) 2020.09.02 SCSS-videoBlock (0) 2020.09.02 SCSS-header (0) 2020.09.02 SCSS-config (0) 2020.09.02 gulp (0) 2020.09.01