Best of CSS โ March 2024
- 1
- 2
DEVยท2y
Useful CSS Tools
Explore a curated list of CSS tools that can enhance your web design by simplifying the styling process and adding creativity and efficiency. This includes gradient generators, shadow creators, glassmorphism effects, sophisticated shadows, CSS scanning, animated hamburger icons, easing gradients, neumorphic design generators, CSS buttons, glow generators, and a CSS animation playground.
- 3
Community Picksยท2y
Goodbye SASS ๐, welcome back native CSS
CSS has undergone rapid development and now includes features once unique to Sass such as variables and CSS nesting. The :is pseudo-class revolutionizes the selector concept and container queries allow elements to adjust based on container size. Despite these advancements, Sass still has advantages like mixins and functions.
- 4
- 5
DEVยท2y
Desert Racer ๐๏ธ: World's First CSS-only Swipe-Aware Game!
A CSS-only game showcasing swipe awareness and collision detection using CSS tricks and scroll properties. The author challenges the notion that swipe awareness is impossible without JavaScript and provides an interactive and inspiring experience.
- 6
Community Picksยท2y
Introducing Nue CSS
Introducing Nue CSS, a scalable alternative to Tailwind, BEM, and CSS-in-JS. It offers a more maintainable and scalable way to write and structure CSS, making it easy to create consistent designs and simplify maintenance. Nue CSS aims to offload the burden from JavaScript developers and provide a clean separation of concerns for content creators, designers, and CSS developers.
- 7
- 8
- 9
- 10
- 11
Community Picksยท2y
Free Resources Every Web Developer Should Know About
Explore a list of free resources that every web developer should know about, including code editors, CSS resources, JavaScript resources, React resources, web design resources, developer communities and forums, learning platforms and tutorials, collaboration and project management tools, and testing and debugging tools.
- 12
gitconnectedยท2y
The ULTIMATE Beginners Guide To Becoming a Web Developer
This post is a comprehensive guide for beginners who want to become web developers. It covers various topics including how the web works, workspace setup, HTML, CSS, JavaScript, TypeScript, version control, package management, frontend frameworks, and interview preparation.
- 13
- 14
- 15
asayerยท2y
The Benefits of using CSS Modules
CSS modules provide a way to write CSS code that is easy to reuse and organize, while solving common problems with CSS in large-scale projects. They enable local scope, support composition and inheritance of styles, and integrate well with modern web development tools and frameworks.
- 16
- 17
Collectionsยท2yTailwind CSS v4 Alpha: Open-Sourcing Big Changes for Speed and Simplicity
Tailwind CSS V4 is now open-sourced and brings a faster engine, composable variants, modern CSS features, and simplified installation and customization. Future updates will include support for JavaScript configuration files, additional dark modes, plugins and custom utilities, and prefix support.
- 18
- 19
- 20
- 21
DEVยท2y
Styling Checkboxes and Switches
This post provides a tutorial on how to style checkboxes and switches in web development. It covers clearing default styling, setting initial size, adapting to dark mode, adding hover effects, creating checkmarks, updating colors, creating variants, and styling switches.
- 22
LogRocketยท2y
Exploring Tailwind Oxide
Tailwind Oxide is the next evolution of Tailwind CSS, addressing challenges and streamlining the setup process. It comes with a unified toolchain, simplified configurations, and improved performance. Developers can use Tailwind Oxide without worrying about the setup and have more flexibility to create custom interfaces.
- 23