본문 바로가기
귀펀치토끼는 부서지지 않는다.
주소(D)

영웅은 공부 따원 안 한다네/HTML CSS

(23)
HTML CSS 체크박스 아이콘으로 대체 Font Awesome이 선행되어야 합니다! .lock { display:inline-block; width: 30px; height: 30px; position:relative; font-family: "Font Awesome 5 Free"; font-weight: bold; } .lock-element{ display:block; position:absolute; left: -2px; top: -12px; width:100%; height:100%; z-index:99999; opacity:0; } .lock>input[type='checkbox']+div:before{ content: '\f3c1'; font-family: "Font Awesome 5 Free"; font-weight: bold; ..
HTML CSS 맨 첫번째 child 제1장 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc pellentesque mauris sit amet blandit lobortis. Suspendisse et vulputate ante. Vestibulum turpis purus, ornare eget velit a, tempus dictum nisl. Aliquam erat volutpat. Nulla nisl libero, luctus id lobortis nec, commodo at diam. Sed imperdiet orci vel velit blandit gravida. Proin eget justo sem. Aenean scelerisque in nisi ac rutrum...
티스토리 프로필 꾸미기 깜몬 개발노트 깜몬 .wrap-profile { align-items: center; justify-content: center; text-align: center; margin: 20px 0 0 0; } .profile-picture { width: 200px; } .blogger-name { font-size: 14px; margin: 10px 0; color: grey; } .blog-name { font-size: 18px; } a { text-decoration: none; } .home { text-decoration: none; display: flex; align-items: center; justify-content: space-around; /* box-shadow: 0 0 11px -..
티스토리 최근글 카테고리 .btn-category { display: inline-block; padding: 6px 11px; font-weight: 700; border-radius: 20px; background: #FFD866; }
프로그레스 서클 + 맨 위로가기 버튼 .wrap-move-top { display: flex; align-items: center; justify-content: center; float: left; right: 19px; bottom: 17px; position: fixed; width: 35px; height: 35px; border-radius: 50%; cursor: pointer; backdrop-filter: blur(5px); overflow: hidden; transition: 0.3s linear; z-index: 120; } .wrap-move-top::after { border-radius: 50%; position: absolute; width: 35px; height: 35px; margin-left: -7px; ma..
티스토리 카테고리
HTML/CSS 물결 .wrap-wave { fill: rgb(53 56 71) !important; height: 100%; margin-bottom: -10px; transform: rotate(0deg) scaleX(-1) !important; position: relative; } path { fill: rgb(53 56 71) !important; }
티스토리 사이드바에 스크롤바 만들기 #header .menu.on { left: 0; position: fixed; overflow-y: scroll; }
완료
내 컴퓨터