티스토리 뷰
css 의 selector 에 관한 설명.
참고 site.
- http://hiphapis.net/entry/CssSelector01
- http://hiphapis.net/entry/CssSelector02
Selector 의 종류
Universal Selector : 모든 tag, elements 에 적용된다. '*' 를 사용.
* {
margin:0px;
padding:0px;
}
Type Selector : 특정 element type(tag) 에 적용. 'p', 'span', 'ul' 등을 사용.
ul {
font-weight:bold;
}
참고 html code : <ul>
ID Selector : 특정 element id (id 는 unique 해야함.)에 적용됨. '#Element_ID' 를 사용.
#content {
font-weight:bold;
}
참고 html code : <ul id="content">
Class Selector : '.Class_ID' 를 사용.
.list {
font-weight:bold;
}
참고 html code : <ul class="list">
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- icon tool
- sudachi
- 고강도
- 영귤
- 제주영귤
- 무릎마사지
- 보드고글
- 제주녹색농원
- 의학
- 편집프로그램
- 인테리어
- 녹색농원
- 데크에 바인딩묶기
- 과학
- 스타치
- 늙기
- 미스터피자주문
- 그림편집
- icon program
- network error
- 상식
- 칠오름
- 인공눈
- 칠오름농장
- 대일농장
- 인공안구
- breakpoint
- 명언
- 영귤차
- 샤워기전
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함