반응형 개발 이야기/Generals15 CSS/Sass 썸네일 이미지를 상위 DIV에 딱 맞는 정사각형으로 만들기 .thumbnail-wrapper position: relative &::after content: "" display: block padding-bottom: 100% img position: absolute width: 100% height: 100% object-fit: cover 2021. 2. 17. [HTML, CSS(SASS), Javascript] Animated Underlined Tabs HTML Home Profile Something else Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis c.. 2021. 1. 6. [HTML] 드래그 방지, 우클릭 방지, 블록 선택 방지 기능 넣기 태그 안의 attribute에 아래 내용을 추가한다. oncontextmenu='return false' => 우클릭 방지 onselectstart='return false' => 블록 선택 방지 ondragstart='return false' => 드래그 방지 만약 글로벌하게 이 속성을 적용하고 싶다면, body 태그에 추가하면 된다. 2021. 1. 5. 이전 1 2 3 다음 반응형