모든 CSS 요소의 초기값 .reset-this { animation : none; animation-delay : 0; animation-direction : normal; animation-duration : 0; animation-fill-mode : none; animation-iteration-count : 1; animation-name…
1인 개발자 스타트업 스토리
모든 CSS 요소의 초기값 .reset-this { animation : none; animation-delay : 0; animation-direction : normal; animation-duration : 0; animation-fill-mode : none; animation-iteration-count : 1; animation-name…
설명은 여기 참조 http://getbootstrap.com/examples/non-responsive/ index.html 에 아래 내용 추가/변경 [html] [/html] bootstrap 항목중에 navbar media 쿼리 삭제 아래 CSS 추가 [css] .container { width: 970px…
bootstrap에서 반응형 mobile의 경우 일반적인 .ㅜnavbar 클래스는 많은 프리픽스가 걸려있다. 아래 요소를 삽입하면 제목을 네비 중앙에 고정시킬 수 있다. 여기가 부모 영역 .navbar .navbar-nav {…
div에서는 vertical-align이 안 먹는다 그래서 table 요소가 필요하다 부모 div에 아래와 같이 display 요소를 table로 설정 .display-table{ display: table; table-layout: fixed; } 자식요소에 vertical-align 적용…
CSS로 이미지 옆에 글씨를 붙이면 이미지 bottom을 기준으로 글씨가 정렬된다. 가끔 글씨 앞에 작은 이미지를 붙여 글씨나 버튼을 강조하고 싶을때 이미지 크기에 따라 이미지 중앙…