일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 스크롤하단
- 특정위치고정
- scroll이동
- 해시스크롤이동
- 서브라임+git
- 서브라임git연동하는 방법
- 하단특정위치
- 아기옷
- 애니메니션효과
- sublimetextgit연동
- 이미지텍스트추출
- css3예제
- 아이프레임유튜브썸네일
- css효과
- youtubeiframethumbnail
- 아이옷
- 하단fixed
- PC에서텍스트추출
- 서브라임git
- 아이프레임유튜브썸네일변경
- 텍스트추출
- 달콤한바느질
- 앵커이동
- 연동하는방법
- css3 animate
- sublime+git
- 하단스크롤
- 이미지텍스트변환
- css애니메이션효과
- youtubethumbnail
Archives
- Today
- Total
개인공간
[CSS3] step구성 본문
반응형
유동적인 step 디자인
.select_choice.inset{background-color:#ccc; box-shadow:inset 0 0.1em 0.3em rgba(0,0,0,0.3)} .step_bar{position:relative;} .step_bar ul{ display: -webkit-box; -webkit-box-align: center; -webkit-box-pack:justify;} .step_bar:before {width:100%; height:1px; position: absolute; top: 11px; display:block; content: ""; background: #fff; } .step_bar ul li {position: relative; padding-top:24px; z-index:100; font-size:0.64em; color:#666; text-align:center;} .step_bar ul li:after{width:8px; height:8px; display: block; content: ""; clear: both; border:1px solid #fff; border-radius: 500px; background-color:#fff; position: absolute;left: 50%;right: 50%;top:52%;margin-left: -4px; margin-top: -10px;} .step_bar ul li.on {font-weight:bold; color:#222;} .step_bar ul li.on:after {border:3px solid #9f8c7b; top:48%;}
반응형
'IT정보 > CSS_CSS3' 카테고리의 다른 글
[CSS3] 모바일버튼 (0) | 2014.01.28 |
---|---|
[CSS3] 유동적인 탭유형 (0) | 2014.01.28 |
[CSS3] 모바일 작업시 사용한 방식 (0) | 2014.01.21 |
[CSS3] @font-face 적용하기 (0) | 2012.12.27 |
[CSS3] resize (0) | 2012.12.03 |