孫柏青sunpochin.hashnode.dev·Apr 19, 2024css 的 height: auto 不要忘記使用!這是讓 container 可以依據裡面元素長高的輕鬆方法,忘記用這個讓我搞了一小時,筆記一下。DiscussCSS
Jalaj Singhaljalajsinghal3.hashnode.dev·Apr 3, 2024Display - HeightCSS Height The CSS line height property is used to define the minimal height of line boxes within the element. It sets the differences between two lines of your content. It defines the amount of space above and below inline elements. It allows you...DiscussHeight
Madhavan vvmadhavan.hashnode.dev·Jul 8, 2023max-height and height in CSSThe max-height and height properties in CSS are used to control the height of an element, but they have some key differences: height: This property sets the exact height of an element. It specifies the height in pixels, percentages, or other length ...DiscussHeight
Rudraprasad Mohapatrarudraprasadmohapatra.hashnode.dev·Jan 29, 2023What are margin and padding when do you use them?What is display property and explain ? Explain min-height,min-width,max-height and max-width in CSS?What are margin and padding when do you use them? Ans:- Margin: Outside space surrounding an element. **Padding:** Inner space surrounding an element. We use margin and padding for maintaining space between the elements, better readability o...Discuss·42 readsMargin