CSS: Shrink Wrap
Use 「width: fit-content」
.gZYqc { width: fit-content; }
Example.
To shrink wrap, you can use this.
Use 「Display: inline-block」
.N9gW7 { display: inline-block; }
Example.
To shrink wrap, you can use this.
Use 「display: table」
.SV3xR { display: table; }
Example.
To shrink wrap, you can use this.
CSS, misc, advanced
- CSS: @media query (responsive design)
- CSS: Variable (Custom Property)
- CSS: calc
- CSS: Reset, Default Values
- CSS: global keywords (property values)
- CSS: nesting selector (ampersand &)
- CSS: Computed Style
- CSS: Browser Default Style Sheet (2025-12)