전체 글 썸네일형 리스트형 세로 가운데 정렬, 이미지 영역에 배율대로 맞추기 object-fit:contain; display:table-cell; vertical-align:middle; 이미지 칼라 인버트 https://davidwalsh.name/demo/invert-colors-css.php.normal { filter: invert(0%); } .inverted { filter: invert(100%); } 가상선택자 https://css-tricks.com/pseudo-class-selectors/ 2018. 7. 27. 14:56 더보기 화면 밝기에 따른 미디어쿼리 적용 https://tympanus.net/codrops/2013/11/19/techniques-for-responsive-typography/ Font Color AccessibilityA website’s content is primarily there to be read, and low-contrast font colors can lead to text being unreadable. Don’t compromise high readability for beautiful comps. This is not just a design tip, this is a necessity when you’re creating content on the web.W3C’s Web Content Accessibility Gui.. 2018. 7. 12. 03:45 더보기 quirks mode / 쿽 모드 / 쿽스 모드 :-| 삑사리들 보호되어 있는 글입니다. 더보기 css : @page, @media print, height 100%, ------------------- 프린트 tory84.com/page.php?bbs=dev_html&bbs_idx=10 width: 21cm; min-height: 29.7cm; @page { size: A4 landscape; margin: 0; /*size: landscape;*/ } @media print { .page { margin: 0; border: initial; border-radius: initial; width: initial; min-height: initial; box-shadow: initial; background: initial; page-break-after: always; } } viewport 속성 : - 웹브라우저의 화면을 각 디바이스에 최적화 된 크기로 표현해준다... 2017. 12. 9. 03:02 더보기 맥북 바탕화면 단축키 - 브라우저 다운로드 fn + f11cmd + f3 in the browser, option + click - download 2017. 11. 8. 22:00 더보기 맥 크롬 개발자도구 단축키 / $.browser.msie 오류 수정 크롬 브라우저 개발자 도구 단축키 ( window - f11 )option + command + "i" $.browser.msie 오류http://blog.naver.com/fromyongsik/220529677387 사용한 스크립트에 다음 구문 추가해서 해결 jQuery.browser = {}; (function () { jQuery.browser.msie = false; jQuery.browser.version = 0; if (navigator.userAgent.match(/MSIE ([0-9]+)\./)) { jQuery.browser.msie = true; jQuery.browser.version = RegExp.$1; } })(); 2017. 8. 29. 00:44 더보기 what germans think about canada also so Stereotypen gibt es schon viele, so dass es Bären gibt und sowas, aber... es ist eigentlich nicht so.entspanntesDeutsche sind sehr steif und dort alles war so entspannt, es war schön ja.ich denke die Leute sind freundlicher, dieses eine Klischee, 2017. 8. 10. 01:42 더보기 html5 마크업 xhtml 홀태그 닫기 - xhtml 형식 html5 에서는 둘 다 상관없음 http://blog.naver.com/ksh81850/220266679560http://lunikism.com/853 svg 예시 https://www.w3schools.com/html/tryit.asp?filename=tryhtml_svg_logo 2017. 8. 1. 17:24 더보기 이전 1 ··· 21 22 23 24 25 26 27 ··· 44 다음