Best of Smashing MagazineJune 2024

  1. 1
    Article
    Avatar of smashingSmashing Magazine·2y

    Useful CSS Tips And Techniques — Smashing Magazine

    CSS has become more powerful with new features and techniques. Learn about CSS tips and techniques, testing HTML with CSS, self-modifying CSS variables, hanging punctuation, fixing aspect-ratio issues, and the ongoing debate on masonry layout in CSS.

  2. 2
    Article
    Avatar of smashingSmashing Magazine·2y

    Uniting Web And Native Apps With 4 Unknown JavaScript APIs — Smashing Magazine

    The post discusses four lesser-known JavaScript APIs that have the potential to bridge the gap between web and native applications, enhancing the functionality of Progressive Web Apps (PWAs). These APIs include the Screen Orientation API, Device Orientation API, Vibration API, and Contact Picker API. Each API's capabilities, browser support, and practical implementation are explored through detailed examples and code snippets.

  3. 3
    Article
    Avatar of smashingSmashing Magazine·2y

    What Are CSS Container Style Queries Good For? — Smashing Magazine

    CSS Container Style Queries are a proposed feature that allows for querying an element's styles and applying styles to other elements based on certain conditions. They provide a new way to approach responsive design, but their usefulness and practicality are still under debate.