Best of CSS โ€” March 2024

  1. 1
    Article
    Avatar of devtoDEVยท2y

    2024 Cheat Sheet Collection

    A collection of cheat sheets for developers that provide concise reference guides for various programming languages, including CSS Grid and Flexbox. Also includes recommendations for comprehensive cheat sheet collections.

  2. 2
    Article
    Avatar of devtoDEVยท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. 3
    Article
    Avatar of communityCommunity 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. 4
    Article
    Avatar of communityCommunity Picksยท2y

    How to Build a Masonry Layout Using CSS

    Learn how to create a Masonry Layout using CSS by using the grid-template-columns function and the grid-column property.

  5. 5
    Article
    Avatar of devtoDEVยท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. 6
    Article
    Avatar of communityCommunity 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. 7
    Article
    Avatar of css_tricksCSS-Tricksยท2y

    The Power of :has() in CSS | CSS-Tricks

    Learn about the power of :has() in CSS, a pseudo-class that allows you to style elements based on their contents. Discover the syntax and examples of how to use :has() to enhance your web projects.

  8. 8
    Article
    Avatar of communityCommunity Picksยท2y

    Tailwind CSS Animated

    Learn more about Tailwind CSS Animated and its benefits.

  9. 9
    Article
    Avatar of dwbDavid Walshยท2y

    Iโ€™m So Old: Web Edition

    The post reminisces about the early days of web development, highlighting outdated practices and tools.

  10. 10
    Article
    Avatar of communityCommunity Picksยท2y

    Lightning CSS

    Transform and minify CSS files with the Lightning CSS plugin.

  11. 11
    Article
    Avatar of communityCommunity 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. 12
    Article
    Avatar of gcgitconnectedยท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. 13
    Article
    Avatar of communityCommunity Picksยท2y

    A minimalist, beautiful Radial Background Generator

    A minimalist Radial Background Generator that allows users to customize colors and size

  14. 14
    Article
    Avatar of collectionsCollectionsยท2y

    What's New in Tailwind CSS 4: Performance Improvements, Smaller Footprint, and Increased Flexibility

    Tailwind CSS 4 brings performance improvements, smaller file sizes, and increased flexibility to developers, making it an efficient and convenient way to style web applications.

  15. 15
    Article
    Avatar of asayerasayerยท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. 16
    Article
    Avatar of devtoDEVยท2y

    Crafting interactive reactions similar to Google Meet using HTML, CSS, and Vanilla JavaScript

    Learn how to create interactive reactions similar to Google Meet using HTML, CSS, and Vanilla JavaScript. The post provides code examples and explains the implementation process.

  17. 17
    Article
    Avatar of collectionsCollectionsยท2y

    Tailwind 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. 18
    Article
    Avatar of rubylaRUBYLANDยท2y

    Tailwind has won

    Tailwind has emerged as the preferred CSS framework due to its extensive styles, excellent documentation, and flexibility. It is used in combination with a custom design system, allowing for easy style sharing across components.

  19. 19
    Article
    Avatar of communityCommunity Picksยท2y

    Going beyond pixels and (r)ems in CSS

    Learn about container query length units in CSS and how they can be used to create responsive designs based on the size of the containing element.

  20. 20
    Article
    Avatar of devtoDEVยท2y

    Dev Coffee

    This post is a tutorial on creating a CSS art of a coffee cup. It provides step-by-step instructions and code snippets to create the art piece.

  21. 21
    Article
    Avatar of devtoDEVยท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. 22
    Article
    Avatar of logrocketLogRocketยท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. 23
    Article
    Avatar of frontendmastersFrontend Mastersยท2y

    What is safe alignment in CSS?

    The 'safe' keyword in CSS is used to prevent content alignment from causing data loss, where content becomes positioned off-screen and inaccessible. It ensures that elements stick to the top and can always be scrolled to.