개인공간

[CSS3] step구성 본문

IT정보/CSS_CSS3

[CSS3] step구성

천재소년s 2014. 1. 21. 14:12
반응형

유동적인 step 디자인

  • STEP 1
  • STEP 2
  • STEP 3
  • STEP 4
  • STEP 5


  • STEP 1
  • STEP 2
  • STEP 3
  • STEP 1
  • STEP 2
  • STEP 3
.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