728x90 300x250 SMALL Front-end/HTML78 버튼에 텍스트 bg 이미지 넣고 글자 안보이게 하기 1번 방법 .plan_choice ul li.italy_area .info button { background: url(../image/contents/sub_sprite.png) -347px 0px no-repeat; width: 53px; height: 14px; border: 0; display: table-cell; vertical-align: middle; white-space: nowrap; text-align: center; text-indent: 100%; } .favorite-wrap .sect-favorite > button[type='button'] 2번 방법 .paging .btn { background: url(../images/button/paging.png) no-repeat;.. 2021. 7. 10. font-smoothing 폰트 부드럽게 만들기 부드러운 폰트를 만들기 위해서 css의 -webkit-font-smoothing를 사용할수 있습니다. -webkit-font-smoothing: antialiased; 이 기능은 비표준이라서 모든환경과 브라우저에서 적용되는 것은 아닙니다. 구문(Systax) /* Keyword values */ font-smooth: auto; font-smooth: never; font-smooth: always; /* value */ font-smooth: 2em; /* Global values */ font-smooth: inherit; font-smooth: initial; font-smooth: revert; font-smooth: unset; 속성 auto - 브라우저가 자동으로 결정하도록 합니다. 하위 픽셀.. 2021. 7. 7. div로 테이블 코딩 div 코딩을 테이블처러 사용하는 방법입니다. Left Col Middle Col ... Right Col ... 2021. 7. 3. float:left 해제하는 방법 :after 사용 #pres-discover .title-main:after { content: ''; display: block; width: 25px; height: 1px; background-color: #ec0b39; } 2021. 6. 28. 이전 1 ··· 7 8 9 10 11 12 13 ··· 20 다음 728x90 반응형 LIST