전체 글 (3) 썸네일형 리스트형 {CSS} tailwindCSS /* 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) */ *, ::before, ::after { box-sizing: border-box; /* 1 */ border-width: 0; /* 2 */ border-style: solid; /* 2 */ border-color: theme('borderColor.DEFAULT', 'current.. {CSS} Grid Layout 그리드레이아웃 https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout Basic concepts of grid layout - CSS: Cascading Style Sheets | MDN CSS Grid Layout introduces a two-dimensional grid system to CSS. Grids can be used to lay out major page areas or small user interface elements. This article introduces the CSS Grid Layout and the new terminology that is part of .. {북마크} CSS Animation Examples https://blog.hubspot.com/website/css-animation-examples 24 Creative and Unique CSS Animation Examples to Inspire Your Own Explore 24 incredible examples of the CSS animation feature in action to inspire designs on your own website. blog.hubspot.com 이전 1 다음