본문 바로가기

분류 전체보기

줄바꿈 하이픈 https://css-tricks.com/almanac/properties/h/hyphenate/ .element { hyphens: none | manual | auto } The hyphens property controls hyphenation of text in block level elements. You can prevent hyphenation from happening at all, allow it, or only allow it when certain characters are present. Note that hyphens is language-sensitive. Its ability to find break opportunities depends on the language, defi.. 2018. 9. 14. 17:54 더보기
세로 가운데 정렬, 이미지 영역에 배율대로 맞추기 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 더보기