#tricks
Read more stories on Hashnode
Articles with this tag
1. Image carousel in 2 lines of CSS .container { scroll-snap-type: x mandatory; } .slides { scroll-snap-align: start; } See this is action...