UNPKG

triplexlab

Version:

프론트엔드 개발자가 프로젝트할때 흔하고 많이 하는 작업들을 나만의 플러그인으로 만들었습니다.\ ES6의 class기반으로 만들었고, 공부하는 차원으로 만들었습니다.🧑🏻‍💻🧑🏻‍💻

48 lines (43 loc) 1.21 kB
@import "../../../src/css/base/reset.css"; .content_tit { font-size: 80px; text-align: center; margin-top: 70px ; } .content_component { margin-top: 100px; } .list__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 20px; } .list__inner .list__item__box { border-radius: 10px; overflow: hidden; box-shadow: 0 6px 8px 0 rgba(0,0,0,0.08),0 0 0 1px rgba(0,0,0,0.04); } .list__inner .list__item__box.active {display: none;} .list__inner .list__item__box .tit_inner { padding: 30px; box-sizing: border-box; } .list__inner .list__item__box .tit_inner .tit_sub { font-size: 16px; color: #09f; } .list__inner .list__item__box .tit_inner .tit { font-size: 24px; padding: 15px 0 40px 0; } .list__inner .list__item__box .tit_inner .txt_day { font-size: 12px; color: rgb(194, 194, 194); } .list__inner .list__item__box img{width: 100%;} .btn-wrap {text-align: center; margin: 90px 0;} .btn-wrap a {padding: 30px; box-sizing: border-box;} .btn-wrap a > span {font-size: 24px; color: #09f;} .btn-wrap a.active > span {color: deeppink;}