Nice! I definitely learned some new stuff :)
Regarding #5 -- if you wanna truncate text with an ellipsis from the right (instead of left), I wrote a silly article about that! (tl;dr, use direction: rtl;)
direction: rtl;
dev.to/brettimus/the-super-fun-tex...
We're a place where coders share, stay up-to-date and grow their careers.
We strive for transparency and don't collect excess data.
re: 12 amazing CSS tips and tricks you should know VIEW POST
FULL DISCUSSIONNice! I definitely learned some new stuff :)
Regarding #5 -- if you wanna truncate text with an ellipsis from the right (instead of left), I wrote a silly article about that! (tl;dr, use
direction: rtl;
)dev.to/brettimus/the-super-fun-tex...