부트스트랩에서 사용하는 class명을 정리해 보았습니다. 부트스트랩을 안쓰더라도 개인적으로 프로젝트 할때 class명 네이밍시 너무 괴로워서 참고를 하기 위해서 정리하는것도 있습니다. 최대한 간단하게 정리하기 위해 젠코딩 방식으로 작성한 점 참고해주세요. 부트스트랩 네이밍은 시맨틱해서 네이밍만 봐도 이해는 가나 생소한것도 있어서 설명을 간단하게 적어놨습니다. 레이아웃 .container (고정된 너비) .container-fluid (너비가 100%인 컨테이너) 그리드 부모요소 : .row 자식요소 : .col-*-* ㄴ 첫번째 * : .xs, .sm, .md, .lg ㄴ 두번째 * : 컬럼 숫자(최대 12까지임) 타이포그래피 / 텍스트 h1 ~ h6 small mark abbr blockquote dl..
[소스] DOCTYPE html> JS Bin * {margin:0;padding:0;box-sizing: border-box;} body, html, .wrapper { width: 100%; height: 100%; } .container { position: relative; padding-top: 50px; width: 100%; height: 100%; background: gray; } .topBox { position: absolute; left: 0; top: 0; width: 100%; height: 50px; background: skyblue; } .bottomBox { position: relative; width: 100%; height: 100%; background: orang..
[소스] DOCTYPE html> /* 자바스크립트 click이벤트 없이 CSS만으로 toggle 구현하기 */ input { /* 체크박스를 버튼으로 사용하기 위해 숨긴다. */ position:fixed; left:-9999px; } #box { width: 20px; height: 20px; background: skyblue; } :checked ~ #box { /* 일반 형제 선택 */ height:100px !important; } .transition { /* 크기 애니메이션 적용 */ transition: height 0.1s ease-in-out; } toggleBtn [view]http://jsbin.com/fasakoyiyu/edit?html,output
[소스] DOCTYPE html> JS Bin .fixed-table-container { width: 100%; height: 200px; border: 1px solid #000; position: relative; padding-top: 30px; /* header-bg height값 */ } .header-bg { background: skyblue; height: 30px; /* header-bg height값 */ position: absolute; top: 0; right: 0; left: 0; border-bottom: 1px solid #000; } .table-wrapper { overflow-x: hidden; overflow-y: auto; height: 100%; } table {..
줄바꿈 위치에 [ ] 을 넣어주면 끝!
http://webdir.tistory.com/337 참고
- Total
- Today
- Yesterday
- WAI-ARIA탭메뉴
- PlaceHolder
- 자바스크립트 탭메뉴
- 웹 접근성
- SFPro웹폰트
- 접근성 tabmenu
- WAI-ARIA tab menu
- San Francisco web font
- 키보드 웹접근성
- bxslider
- 깃허브
- VSCode
- jquery
- 패럴럭스 스크롤
- 접근성탭메뉴
- one scroll
- SFPro web font
- node.js
- San Francisco웹폰트
- 애플웹폰트
- Flexbox
- placeholder css
- 반응형웹
- Git
- CSS3
- 부트스트랩class명
- 웹폰트
- 키보드접근성자바스크립트
- 부트스트랩 네이밍
- 본고딕
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |