Front-End/HTML-CSS
부트스트랩 row col 가운데 정렬 하는법
class="row" 와 "col" style로 float: none; margin 0 auto 를 해주면 가운데 정렬이 됩니다.
웹 뷰 막힌 꾹누르기 CSS로 풀기
img {-webkit-touch-callout:none;} a {-webkit-touch-callout:none;} a태그와 img 태그에 touch-callout을 none 해주면 된다.
class="row" 와 "col" style로 float: none; margin 0 auto 를 해주면 가운데 정렬이 됩니다.
img {-webkit-touch-callout:none;} a {-webkit-touch-callout:none;} a태그와 img 태그에 touch-callout을 none 해주면 된다.