Best of CSSFebruary 2023

  1. 1
    Article
    Avatar of builderiobuilder.io·3y

    CSS Tips for Better Web Development

    Explore popular and unique CSS tricks and tips to make your website stand out, including creating smooth snapping product carousels, implementing sticky headers and footers, and using CSS variables for complex animations.

  2. 2
    Article
    Avatar of towardsdevTowards Dev·3y

    Why Tailwind is better

    Tailwind CSS is a utility-first CSS framework that offers flexibility and allows for easy customization. It reduces the need for naming classes and simplifies the implementation of page designs. It also offers the advantage of automatic purging of unused classes and supports reusability of styles.

  3. 3
    Article
    Avatar of changelogChangelog·3y

    Adding custom HTML and CSS to GitHub README

    Learn how to add custom HTML and CSS to your GitHub README using SVG.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    The Future of CSS

    Explore the future of CSS with an overview of major technologies like CSS-in-JS, Component-Oriented CSS, and Utility First CSS. Learn about their advantages and disadvantages and get insights on selecting the right technology based on project needs.

  5. 5
    Article
    Avatar of phProduct Hunt·3y

    Uiverse.io - Product Information, Latest Updates, and Reviews 2024

    Uiverse.io is a website for developers that offers hundreds of open-source CSS and HTML UI elements. It recently launched version 2.0 with new features and updates. Users can participate in CSS Challenges and share pro tips.

  6. 6
    Article
    Avatar of builderiobuilder.io·3y

    How To Improve Lighthouse Scores by Avoiding <img> Layout Shifts

    Improving Lighthouse scores can be achieved by setting the correct aspect ratio on images. Cumulative Layout Shift (CLS) is a metric that measures layout adjustments. Two recommended approaches to solving image CLS issues are using the aspect-ratio CSS property and setting width and height attributes on the img tag.

  7. 7
    Article
    Avatar of asayerasayer·3y

    3 things you never thought were possible with only CSS

    Learn about three amazing things you can do with CSS: creating a text portrait with an image, turning on/off a light bulb, and creating a hamburger menu. Explore the limitless possibilities of CSS!

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    The Art of CSS Positioning

    CSS was created with the dedication and passion of creating something that is more difficult to pronounce than Elon Musk's son's name. So let's divide and conquer this CSS mystery!

  9. 9
    Article
    Avatar of communityCommunity Picks·3y

    React Anti-Patterns and Best Practices - Do's and Don'ts

    Learn about common React anti-patterns and best practices, including the use of useState instead of variables, declaring CSS outside of components, and when to use useCallback and useEffect to optimize function and effect triggers.

  10. 10
    Article
    Avatar of css_tricksCSS-Tricks·3y

    A Fancy Hover Effect For Your Avatar | CSS-Tricks

    A Fancy Hover Effect For Your Avatar for your Avatar is a neat hover effect you can use on something like your own avatar. Kilian Valkhof actually re-created that here on CSS-Tricks a while back. I have a similar idea but tackled a different way and with a sprinkle of animation.

  11. 11
    Article
    Avatar of chromeChrome Developers·3y

    Meet the new CSS color spaces

    CSS color 4 brings a large set of tools and features to CSS for managing and handling color. I've written the High Definition Color Guide to cover all these new features. In this guide you will learn: - What is a color gamut? - Human visual gamut.

  12. 12
    Article
    Avatar of communityCommunity Picks·3y

    My favourite 3 lines of CSS

    This post discusses the author's favorite lines of CSS code, particularly the '.stack' and '.flow' selectors. It explains how these selectors work and why the author prefers using margin over gap.

  13. 13
    Article
    Avatar of phProduct Hunt·3y

    Gimli Tailwind - Product Information, Latest Updates, and Reviews 2024

    Gimli Tailwind is a product that helps developers debug and work with Tailwind CSS in a more intuitive way. The latest version, Gimli Tailwind 3, has made improvements to responsive variant values and style updates. Users can also find pro tips to help them get up to speed with the product. Additionally, users can leave reviews to share their experiences and offer feedback.

  14. 14
    Article
    Avatar of getmcssMCSS·3y

    Understanding the Differences between Websites vs Web App

    Websites can be accessed through a web browser, but they are fundamentally different in terms of functionality, user experience, and development. Websites are typically designed to be viewed on a desktop or laptop, but can also be seen on mobile devices. Web apps, on the other hand, are designed to provide a specific functionality or service.

  15. 15
    Article
    Avatar of logrocketLogRocket·3y

    Tailwind CSS: Using dynamic breakpoints and container queries

    Learn how to use dynamic breakpoints and container queries in Tailwind CSS to create responsive designs and apply styles based on container dimensions. Tailwind CSS is a utility-first CSS framework known for its simplicity and flexibility.

  16. 16
    Article
    Avatar of ishadeedAhmad Shadeed·3y

    My CSS Wishlist

    CSS Wishlist discusses desired CSS features including flex wrapping detection, flexbox 'gap' support, logical CSS gradients, detecting when 'sticky' is active, easing gradients, animating text-decoration, leading trim, and forcing overscroll behavior.

  17. 17
    Article
    Avatar of ishadeedAhmad Shadeed·3y

    The Guide To Responsive Design In 2023 and Beyond

    The term ‘responsive’ means a lot of things now. We have media queries that check for user preferences, and modern CSS features that help us make a fluid layout without even using a media query. Responsive design isn’t about media queries anymore, it’s about fixed-width breakpoints.

  18. 18
    Article
    Avatar of rpythonReal Python·3y

    Build a JavaScript Front End for a Flask API – Real Python

    Developers can separate JavaScript front-end code from the back-end logic that a web framework like Flask provides. Following this step-by-step project, you’ll create an interactive single-page application with HTML, CSS, and JavaScript. The foundation is an existing Flask project with a REST API and a connected SQLite database.

  19. 19
    Article
    Avatar of chromeChrome Developers·3y

    New in Chrome 110

    Chrome 110 introduces the `:picture-in-picture` pseudo class for customizing picture-in-picture elements, the launch_handler manifest member for controlling web app launch behavior, and the `credentialless` attribute for embedding third-party iframes without cross-origin headers. Other highlights include the removal of Web SQL in non-secure contexts and new features like the `initial-letter` CSS property and the `remove()` method in FileSystemHandle.

  20. 20
    Article
    Avatar of asayerasayer·3y

    Building React components using Ant Design

    Learn how to use Ant Design's Design System and build React components with the library. Discover the components provided by Ant Design and how to create a sign-up page using the library.