-
SCSS-videoBlockProject using node.js/Cloning Youtube 2020. 9. 2. 11:32
partials/videoBlock.scss
.videoBlock { margin-bottom: 20px; a { color: black; } .videoBlock__thumnail { margin-bottom: 15px; max-width: 100%; // max-height: 435px; } .videoBlock__detail { display: flex; max-height: 127px; .profile__avatar { margin-right: 10px; } .videoBlock__info { display: flex; flex-direction: column; .videoBlock__title { overflow: hidden; line-height: 1.4; height: 70px; font-weight: 600; font-size: 17px; margin-bottom: 15px; } .videoBlock__subInfo { font-size: 17px; color: #606060; .videoBlock__creator { margin-bottom: 13px; } } } } }
View
추가로 영상 하나를 더 올렸다.
참고 자료
소스 코드
https://github.com/zpskek/wetube-v3/commit/884dfe4eba64cd005e7e5f49d39480ea3fe74702
'Project using node.js > Cloning Youtube' 카테고리의 다른 글
SCSS-form (0) 2020.09.02 SCSS - home (0) 2020.09.02 SCSS-footer (0) 2020.09.02 SCSS-header (0) 2020.09.02 SCSS-config (0) 2020.09.02