CSS 프로퍼티 순서 Leave a reply 프로퍼티 선언 순서 display overflow float position width/height margin/padding border background font… Read more “CSS 프로퍼티 순서”
Screen Resolutions and Breakpoints for Responsive Web Design Leave a reply Common Screen Resolutions 3840 x 2160 2560 x 1440 1920 x 1080 1440 x 900 1366 x 768 1280 x 800 1024 x 1336… Read more “Screen Resolutions and Breakpoints for Responsive Web Design”
스타일시트 임포트(importing a stylesheet) code snippet Leave a reply <link rel="stylesheet" type="text/css" href="style.css">
뷰포트(viewport) code snippet Leave a reply <meta name="viewport" content="width=device-width, initial-scale=1.0">