코딩Coding/HTML_CSS_JavaScript
-
(CSS)디버깅 시간을 절약 할 수 있는 CSS명명 규칙코딩Coding/HTML_CSS_JavaScript 2020. 7. 26. 20:52
https://blog.sonim1.com/221[번역] 디버깅 시간을 절약할 수 있는 CSS 네이밍이 글은 Ohans Emmanuel의 CSS Naming Conventions that Will Save You Hours of Debugging 을 번역한 내용입니다. Ohans Emmanuel(원작자)의 허락을 받은 후 작성되었으며, 이 글의 모든 저작권은 Ohans Emma..blog.sonim1.com
-
Reset css / Normalize css코딩Coding/HTML_CSS_JavaScript 2020. 7. 26. 16:00
https://meyerweb.com/eric/tools/css/reset/CSS Tools: Reset CSSCSS Tools: Reset CSS The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on. The general reasoning behind this was discussed in a May 2007 post, if you're intermeyerweb.com https://necolas.github.io/normalize.css/Normalize.css: Make browser..
-
HTML_li태그 , ul 태그, ol태그 , dl태그 사용하기코딩Coding/HTML_CSS_JavaScript 2020. 7. 19. 17:22
https://techman-tooltip.tistory.com/144[HTML] li 태그, ul 태그, ol 태그, dl 태그 사용하기li 태그, ul 태그, ol 태그, dl 태그 사용하기 이번에는 태그가 조금 많습니다. 이 4가지 태그를 같이 소개하는 이유는 이전 포스팅과 비슷한데요. 4가지 태그가 모두 연관성이 있고, 비슷한 기techman-tooltip.tistory.com
-
HTML자식__표시,snake case로 표시해줌코딩Coding/HTML_CSS_JavaScript 2020. 7. 17. 20:05
http://getbem.com/naming/BEM — Block Element ModifierBEM is a highly useful, powerful, and simple naming convention that makes your front-end code easier to read and understand, easier to work with, easier to scale, more robust and explicit, and a lot more strict.getbem.com