-
jQuery
(jquery-60
, 2017.02.11)
목차
:only-child 예제 - 그 부모의 타입 무관 유일 자식p요소 선택.
:only-child 정의
:only-child 구문
:only-child 예제 - 그 부모의 타입 무관 유일 자식p요소 선택.
<script src="…
-
jQuery
(jquery-59
, 2017.02.11)
목차
:nth-last-of-type(n) 예제 - 그 부모의 타입 고려 마지막 3번째 P자식요소.
:nth-last-of-type(n) 정의
:nth-last-of-type(n) 구문
:nth-last-of-type(n) 예제 - 각 div의 타입 고려 마지막 1번째 자식P요소.
…
-
jQuery
(jquery-58
, 2017.02.11)
목차
:nth-of-type(n) 예제 - 그 부모의 타입 고려 3번째 자식P요소.
:nth-of-type(n) 정의
:nth-of-type(n) 구문
:nth-of-type(n) 예제 - div의 타입 고려 2번째 자식P요소.
:nth-of-type(n) 예제 - an+b 공식 이…
-
jQuery
(jquery-57
, 2017.02.11)
목차
:nth-last-child(n) 예제 - 그 부모의 타입 무관 마지막 3번째 자식P요소.
:nth-last-child(n) 정의
:nth-last-child(n) 구문
:nth-last-child(n) 예제 - div의 타입 무관 마지막 1번째 자식P요소.
:nth-last-…
-
jQuery
(jquery-56
, 2017.02.11)
목차
:nth-child(n) 예제 - 그 부모의 타입 무관 3번째 자식인 P요소
:nth-child(n) 정의
:nth-child(n) 구문
:nth-child(n) 예제 - div의 2번째 자식인 P요소
:nth-child(n) 예제 - an+b 공식 이용
:nth-…
-
jQuery
(jquery-54
, 2017.02.11)
목차
:last-child 예제 - 그 부모의 마지막 자식인 p 요소
:last-child 정의
:last-child 구문
:last-child 예제 - 모든 div의 마지막 p 요소 선택
:last-child 예제 - cf. :last 선택자
:last-child 예제…
-
jQuery
(jquery-52
, 2017.02.11)
목차
:first-child 예제 - 그 부모의 첫 번째 자식인 p 요소
:first-child 정의
:first-child 구문
:first-child 예제 - 모든 div의 첫 번째 p 요소 선택
:first-child 예제 - cf. :first
:first-chi…
-
jQuery
(jquery-47
, 2017.02.11)
목차
e1,e2,e3... 에제
e1,e2,e3... 정의
e1,e2,e3... 구문
e1,e2,e3...예제- H1, P, DIV 요소 선택
<script src="https://ajax.googleapis.com/ajax/libs…
-
Bootstrap 3
(bs-4
, 2017.01.07)
<h1> - <h6> or .h1 - .h6 (헤드 제목 글자 크기)
<small> - 작은 헤드 제목
.small - 부모 요소 85% 크기의 작은 글씨
.lead (두드러진 약간 큰 글씨)
<mark> or .mark - 형광색 배경 글씨
&l…
-
CSS
(css-238
, 2017.01.05)
목차
반응형 웹디자인 의미
반응형 웹디자인 예제
반응형 웹디자인 의미
모든 장치(PC, Tablet, Mobile 등)에서 내용 생략 없이 잘 표시.
(HTML/CSS)만으로 구현. (∵ 프로그램이나 JS가 아니기 때문.)
…