IT/CSS
textarea 크기조절 css
IT/CSS
textarea 크기조절 css
IT/CSS
블라인드 처리 방법
● 블라인드 처리 방법 · 블라인드처리는 display="none"이 아닌 아래코드 같이 해준다. · 안보이는것과 숨기는 것의 차이이다. .blind { position: absolute; left: -9999px; width: 0; height: 0; overflow: hidden; font-size: 0; line-height: 0; z-index: -1; }
IT/CSS
CSS정리
● div{display:in-line}(X) ->굳이 블록요소를 인라인화 해 줄 필요없다. ● text/font css · 글자를 진하게 : font-weight · 글자를 기울이기: font-style · 폰트명 : font-family · 글자색 : color · 밑줄 : text-decoration : none underline line-through overline(강조) · 행간 line-height · 자간 : letter-spacing(+/-) · 어간 : word-spacing · 문단정렬 : text-align : left center right justify(인위적으로 조정) font 함축형(fontfamiliy를 선언해야사용가능) · font : style weight font-si..
IT/CSS
css에 관한 유익한 사이트
www.corderap.tistory.com/198 : 커서스타일 http://webs1.dothome.co.kr/ http://www.ideanote.co.kr/ http://www.malgum.com/index.asp http://designhub.kr/ http://www.web2002.co.kr/ http://giantsoft.co.kr/portfolio/homepage/ https://www.templatemonster.com/ https://www.behance.net/ ↑ 디자인 참고 사이트 (거의 웹에이전시) ----------------------------------------- https://nolboo.kim/blog/2013/07/22/50-usef..