본문 바로가기
728x90
728x90

css4

내가쓰는 reset.css @charset "utf-8"; /* ***************************************** ********************************** reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, t.. 2021. 7. 17.
[CSS / footer]footer 하단에 고정하기 html 작업 하다 보면 ​ 로그인 페이지나 컨텐츠 내용이 얼마 없는 곳에서 footer가 상단으로 찰딱 붙어있을 때가 있는데 ​ 그럴 때 사용하는 방법 여러가지 메모 ​ ​ 2021. 6. 18.
[HTML / CSS] CSS사용자 지정속성을 제외한 모든 속성 초기화 all property 초깃값, 상속값 다른 스타일시트 출처의 값으로 설정이 가능한 것! /* 전역 값 */ all: initial; 요소의 모든 속성을 초깃값으로 변경 all: inherit; 요소의 모든 속성을 상속값으로 변경 all: unset; 요소의 모든 속성을, 속성이 값을 상속하는 경우 상속값으로, 아니면 초깃값으로 변경 /* CSS Cascading and Inheritance Level 4 */ all: revert; 선언이 속한 스타일시트의 출처에 따라 다른 동작 unset과 동일 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eget velit sagittis. body { font-size: small; background-color.. 2021. 6. 11.
IE에 CSS적용하기 /* IE10+ */ IE10 이상부터 적용 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { } 안에 적용시키기 ~ /**********************loading***********************/ /* IE10+ */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* Enter your style code */ } 2021. 5. 12.
728x90
반응형