10886 shaares
394 private links
394 private links
- Writing mode
- Gap in flex or grid layouts
- Flip with transform
- scroll-behavior: smooth;
- Scroll-snapping with
scroll-snap-typefor the container andscroll-snap-alignfor the children - Resize elements both with
overflow: auto; resize: both; - Line clamp based on how many lines is expected.
- Linear gradient and apply the gradient on text only
object-fit: coverto avoid the fill effect of images. The image is not fully displayed thoughts.pointer-events: none;make elements not selectable anymore.
Well I knew them 😁