Best of CSSMarch 2023

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

    Become a CSS Grid wizard with grid-template-areas

    Learn how to use grid-template-areas in CSS Grid to easily describe complex layout, reorder elements, create 2D grids, and stretch elements. Discover important rules to follow and the use cases of CSS Grid and grid-template-areas.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    CSS Nesting is now available with Vanilla CSS

    CSS Nesting simplifies the CSS structure, improves code readability, and is compatible with Vanilla CSS.

  3. 3
    Article
    Avatar of bitBits and Pieces·3y

    15 Awesome CSS Properties You Need to Know 🎯

    These CSS properties will help any developer build a project quickly and efficiently. I have included the CodePen link at the end of the article, where you can find all these examples in action. You can add the Glass Effect to your next project using a few lines of code. Glass effects are beautiful and add elegance to your design.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    A (more) Modern CSS Reset

    A modern CSS reset that provides a base for starting projects. It includes rules for box sizing, font size, margins, list styles, line heights, and more. The reset is customizable and can be adjusted to fit individual needs.

  5. 5
    Article
    Avatar of devtoDEV·3y

    5 tips to become better at CSS

    Tips to improve your CSS skills, including understanding the box model, canceling out margins, and using tables for styling tables.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    Unleashing Your Power With Vue Animation

    Learn how to create animations in Vue using CSS and GSAP (GreenSock Animation Platform), as well as how to create custom directives for animations. Unlock the power of animations in Vue to enhance user experience and make your applications stand out.

  7. 7
    Article
    Avatar of chromeChrome Developers·3y

    New in Chrome 111

    Chrome 111 brings new features for developers, including the View Transitions API for creating smooth transitions in single page apps, support for CSS Color Level 4 which offers more colors to choose from, and new color devtools features.

  8. 8
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Learn Web Development from Harvard University (CS50 Web)

    Learn web programming with Python and JavaScript from Harvard University's CS50's Web Programming course. Topics include HTML, CSS, Git, Python, Django, SQL, JavaScript, user interfaces, testing, scalability, and security. Watch the full course on the freeCodeCamp YouTube channel.

  9. 9
    Article
    Avatar of communityCommunity Picks·3y

    Defensive CSS

    Learn how to defend the layout in case of long user-generated content and achieve consistency using defensive CSS techniques. Also, discover the importance of truncating text and sharpen your CSS skills.

  10. 10
    Article
    Avatar of codropsCodrops·3y

    Double Image Hover Effects with Clip-Path Animations

    Explore how to utilize CSS clip-path to create interesting-looking hover effects that reveal the same image in a unique way.

  11. 11
    Article
    Avatar of denoDeno·3y

    You Don't Need a Build Step

    Node's server-side JavaScript isn't compatible with browser JavaScript, because each implementation satisfies two entirely different systems. JavaScript was created for browsers where scripts/resources are imported asynchronously via URLs. Node is modularized, so code from different Node modules need to be bundled and minified to reduce code being shipped to the client.

  12. 12
    Article
    Avatar of webweb.dev·3y

    6 CSS snippets every front-end developer should know in 2023

    Learn about container queries, scroll snap, grid positioning, creating circles, cascade layers, and logical properties in CSS.

  13. 13
    Article
    Avatar of asayerasayer·3y

    Theming With Tailwind CSS

    Learn how to create multiple themes in a Tailwind CSS application and toggle between them using a switch.

  14. 14
    Article
    Avatar of communityCommunity Picks·3y

    CSS Container Query Units

    Learn about CSS query units, how they work, and their use cases for enhancing component responsiveness based on container width.

  15. 15
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    CSS Grid Handbook – Complete Guide to Grid Containers and Grid Items

    This tutorial discusses everything you need to know to use CSS Grid like a pro.

  16. 16
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Make a Clickable SVG Map With HTML and CSS

    Learn how to make a clickable SVG map with HTML and CSS. Discover the benefits of SVG maps, add interactivity with CSS, and link areas of the map to external webpages.

  17. 17
    Article
    Avatar of codropsCodrops·3y

    Web Design & Development News: Collective #757

    Share your insights on tools, processes, and habits that help you get more done in less time. Get inspired: Maximize your productivity as a developer and help shape the industry’s future. Participate in the Developer Productivity survey today to win amazon gift cards and other prizes worth over $200.

  18. 18
    Article
    Avatar of asayerasayer·3y

    Text Formatting in HTML

    Learn about text formatting in HTML, including popular tags, the advantages of semantic HTML, and using CSS for advanced text formatting.

  19. 19
    Article
    Avatar of asayerasayer·3y

    Creating drop-down menus with CSS in 2023

    Learn how to create effective and aesthetically pleasing dropdown menus with CSS in 2023. Explore the basics, enhance menus with CSS3, and make them responsive. Discover advanced techniques like creating multilevel menus and integrating with CSS frameworks.