1) width: fit-content; – Makes the element width adjust automatically to fit its internal content precisely.
2) border: none; & outline: none; – Cleans up default browser styling (especially useful for custom inputs and buttons).
3) box-shadow – Adds depth and visual hierarchy to UI elements.
Top comments (0)