web/css4 css Selectors :focus :first-child :last-child :nth-child :nth-last-child :nth-of-type :first-of-type :last-of-type :empty :target :checked :enabled :disabled 2019. 8. 26. addThis widget # addThis widget ##### [source : https://jsfiddle.net/softm/t9js65bv/](https://jsfiddle.net/softm/t9js65bv/) ```html Facebook Twitter mail Google+ ``` 2019. 7. 15. css important ■ 기본적으로는 후에 선언된 style이 적용되게 되는데, important 키워드를 적용된 style이 가장 높은 우선순위를 갖게된다. 안녕하세요 반갑습니다 ※ 참고 : http://www.dweb.co.kr/bbs/board.php?bo_table=webstandard&wr_id=11 2014. 5. 22. CSS Float Attribute ■ 박스의 배치 방식 • 일반적인 흐름(normal flow)으로 배치되는 박스 • 떠있는(float) 상태로 배치되는 박스 • 절대적인 위치(absolute position)로 배치되는 박스 ■ Float 속성 float:left, right, inherit, none 부모요소를 기준으로 왼쪽, 오른쪽에 띄워 위치 시킨다. 이런 상태는 위의 박스배치 방식중 float상태로 배치되는 것이다. .block { width: 200px; height: 200px; } .float { float: left; } .pink { background: #ee3e64; } .blue { background: #44accf; } .green { background: #b7d84b; } .orange { backgroun.. 2014. 5. 7. 이전 1 다음