unit2
google adsense 광고에 적용하는 inline CSS code 예제
Google Adsense Help / Ad units의 다음 페이지 참고"How to modify your responsive ad code"다음 작업은 html 파일에 관련 코드를 추가하는 요령입니다. 티스토리 배포 스킨에서는 'skin.html' 파일을 수정합니다. 1. 애드센스 개별 광고(display ad unit) 페이지에서 제공하는 코드를 위한 클래스를 지정합니다. 아래 예문에서는 "ads_aside" 클래스를 추가하였습니다. 블로그 사이드바에 부착하는 광고라서 위치 확인이 편한 이름을 사용하였습니다. 2. 위에서 지정한 클래스를 위한 CSS style 코드를 추가합니다. ※ 애드센스에서 제공하는 개별 광고의 기본 코드에 지정한 style 항목과 충돌하지 않게 조심합니다.
CSS의 폭과 높이 단위, vw / vh / vmin / vmax
viewport : 브라우저 윈도 창의 크기, 가변적 ※ CSS Viewport is defined as the visible area on a window screen which refers to the displays of the mobile devices. Adding CSS tag with viewport is an efficient way to improve the web pages to look on smaller screens. The ViewPort is not the same size as the original Webpage. It is not a standard but still tagged as a key approach for Responsive Web Design. In sim..