The real power of CSS 💪🎨
1. Image carousel in 2 lines of CSS
.container {
scroll-snap-type: x mandatory;
}
.slides {
scroll-snap-align: start;
}
See this is action here👇
https://codepen.io/prathamkumar/pen/bGBOzXj
2. Truncate text without using JavaScript😎
.exampl...
blog.prathkum.com1 min read
Enes Efe
Frontend developer - Nocode activist
informative