블로그
- CSS 시작을 위한 기본 [2] - border, outline 번역보기 borderdiv { border:solid 2px #ff0000; } div { border-bottom:2px solid #ff0000; } div { border-bottom-style:solid; border-bottom-color:#ff0000; } div { bord
- position:absolute;를 활용한 정렬 /*css*/ .test{ position:relative; /*블럭태그*/ width:800px; height:800px; background:#99c; margin:100px auto ; } .box1{ position:absolute; top:0; left:0; width:100px; height:100px; background:#c00; border-radius
- 작업하다가 정리한 것 이미지작업시 psd는 640px, css 적용시 50% 이미지 해상도가 깨지지 않게 하기 위해서는 나인패치 적용(말풍선, 배경, 배너 등에 적용 가능) ◆li display 속성 inline ◆table border-radius table은 border-radius 속성을 사용할 수 없음. div로 감싸거나 th:first-child 이런 식으로 해야 함.
- Common css 기본 속성 초기화 Common css 기본 속성 초기화 @charset "utf-8"; /* Common */ body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table button,table{font-family:'돋움',dotum,sans-serif;font-size:12px} body{word-break:break-all} img,fieldset{border
← 이전
2 페이지