본문 바로가기

html5

중앙정렬 position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%); 중앙정렬 더보기
상하 중앙 정렬 flex .login_wrap {display:flex; justify-content:center; align-items:center; height:100vh} 더보기
html5 와 그외 기능 기본내용 http://yangwonder.blog.me/220206769649 html5 태그 정리된곳 http://opentutorials.org/module/552 a 태그관련 HTML5 DTD 사용시 a 태그 안에 div 사용가능(블럭요소 사용가능) http://dev.w3.org/html5/spec-preview/the-a-element.html html 그외는 a 태그 안에 span 사용a 태그는 display:block 요소나 display:inline-block; 요소로 사용 ----------------------------------------------------------------------------복잡한 테이블scope , id, headers를 적용http://www.visionaust.. 더보기
html5_기본 인터넷 익스플로러 9미만 버전에서는 아래와 같이 마크업 하세요. contents 더보기
간단히 설명되어있는 html5 http://plusdream.tistory.com/entry/HTML5-Start 더보기
ResponseEve - 반응형 웹디자인 템플릿 다운로드 사이트 소개 http://sg-layout.com/demo/Eve/ 더보기
미디어쿼리 미디어쿼리 ----------------------------------------------------------------------------- ------------------------------------------------------------ 더보기
0908 토요일 html5 css3 생성해주는 jshttp://twitter.github.com/bootstrap/index.html 사이트 열리는 유무 확인 http://modernizr.com/ css3 기본 문안들 https://github.com/paulirish/html5-boilerplate/blob/362d0b7/css/style.css#L35-37 css3 그라디언트 색상선정 http://gradients.glrzad.com/ 더보기
9월 1일 모바일 사이트 www.opera.com/developer/tools/mobile/ 안드로이드 모바일 사이트 확인 ibbdemo2 아이폰 모바일 사이트 확인http://code.google.com/p/ibbdemo2/downloads/list 72dpi / 96dpi font-size: 12px; -> desktopfont-size: 14px; -> mobilefont-size: 15px; -> iphone4 @media screen and (-webkit-min-device-pixel-retio:1.5){} 모바일 페이지에 기본 스크립트---------------------------------------------------------------------------------------- 참고사이트) http://.. 더보기