home.social

#mediaquery — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mediaquery, aggregated by home.social.

  1. #Development #Misconceptions
    CSS light-dark() vs. prefers-color-scheme · “light-dark() isn’t just a shorter ‘prefers-color-scheme’ query.” ilo.im/168oi0

    _____
    #CssFunction #MediaQuery #LightMode #DarkMode #Browser #WebDev #Frontend #CSS

  2. Pure CSS text effect codepen.io/thebabydino/details

    No text duplication, no JS, no images save for CSS gradients, no SVG at all. Under 20 CSS declarations, including layout, prettifying, `@​media` queries, `@​supports` blocks, CSS variable declarations...

    No Firefox (bug 🪲 1481498 ).

    Heavily commented as well.

    #CSS #textEffect #cssGradient #blending #blendMode #code #coding #frontend #webDev #webDevelopment #bug #Safari #SafariBug #FirefoxBug #Firefox #CodePen #noJS #noSVG #mediaQuery #typography

  3. #CSS #layout is difficult, arranging elements that are container queries (so their internal layouts and aspect ratios change too) on the page for different viewport sizes *and* aspect ratios such that the most important info is always in sight. Scrolling is not an option in this case.

    It's not the code part of it I struggle with...

    #cssLayout #mediaQuery #containerQuery #code #coding #frontend #webDev #webDevelopment

  4. Did someone already experience a non-working breakpoint with (max-width: 839px) for the browser width 839px across all browsers – but only on Windows? 🤔

    #CSS #Windows #Breakpoints #MediaQuery #Support

  5. Also, this is so silly, but when I saw this in a shopping complex in Umeå, my brain instantly went "media query" 🙃

    #css #mediaQuery #funnies #frontend #webDev #webDevelopment #umea

  6. #Design #Development #Evolutions
    The guide to responsive design in 2023 and beyond · Responsive design isn’t about media queries anymore ilo.im/10tc2d

    “It’s about time we change our mindset and take the full potential of modern CSS.” — Ahmad Shadeed

    _____
    #UiDesign #WebDesign #ResponsiveDesign #FluidDesign #Frontend #CSS #Grid #Flexbox #MediaQuery #ContainerQuery