Image
user avatar
Una 🇺🇦
@Una
Building the web you build on @GoogleChrome ✨🎨 Web Experience DevRel Lead 🦄 @csswg + @openuicg. #CSSPodcast host 🎬 una.im
Brooklyn, NY
Born July 22
Joined November 2008
  • user avatar
    This weekend I: ✅ Recorded a song about array methods ✅ Realized I have no life
    Image
    00:00
  • user avatar
    🎉 Aspect Ratio just landed in Chrome Canary! 🎉 ➡️Check it out by enabling the experimental web platform features flag in version 84.0.4145.0 or later 👋🏽 Say your goodbyes to 56.25% and let me know if you find any bugs! 🐞
    old:  `padding-top: 56.25%` new: `aspect-ratio: 16 / 9`
  • user avatar
    This made my night
    Me: *makes. a small change to the CSS*
My website: [image of face with eyeballs on glasses,  lower than the nose]
  • user avatar
    Have you seen the new flexbox debugging features in Chrome DevTools?! Prettttyyy darn cool developer.chrome.com/blog/new-in-de…
    Image
  • user avatar
    `accent-color` is now supported in all modern browsers 🎉🎨 One line of code enables you to style previously-hard-to-access form controls like checkboxes and radio buttons body { accent-color: hotpink; } Works really nicely with the `color-scheme` property too!
    Image
    GIF
  • user avatar
    Hello, you’ve been blessed with a good week by this happy puppo 🙏🐶 pass it on
    Dog sitting with tongue out and head tilted
  • user avatar
    Yall. This is so cool!!! The text reflected in the raindrops with a shader 🤯 Real, searchable, translatable DOM content in the canvas. Stylable with regular CSS, too. 🤯🤯🤯 @fserb
    Image
    00:00
    Image
    00:43
    For the last couple months, our team has been working hard on a few paradigm-changing features for HTML Canvas. One of them is the ability to have HTML elements in a canvas. Here's a ThreeJS demo with a live HTML texture.
  • user avatar
    I’ve been working on a little side project this year 👀 :first-child launching next month 🥰 Very excited for this new life chapter 🧡🌈🍂
    8 months pregnant
    Polaroids
  • user avatar
    Hello! I made a little helper website for using CSS Grid in a progressively enhanced way 🤗 ✨ gridtoflex.com ✨ It showcases examples of layouts/components that use CSS grid and how to get them working in IE/Edge too!
  • user avatar
    🌈 I'm back from vacation & have some news! 🌿 Today I'm joining the @googlechrome team as a Dev Advocate focused on CSS (and Web UI) best practices / new technologies! I've officially managed to turn my side project into my day job 😱 I can't wait to learn from my new team!
  • user avatar
    "Break out" of a parent's containing width to take the full screen of a page w/this nice utility class: ``` .full-width { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; } ```
  • user avatar
    🤯🤯🤯 THIS IS A NATIVE BROWSER FEATURE!? 🤯🤯🤯
    #HTML/#UX tip for today: Setting `autocomplete="one-time-code"` will allow your user to fill the input field with the auth code they've just received - without the need to manually copy it from a message.
    Image
    00:00
  • user avatar
    Programming: Some days you're an architect, some days you're a janitor
  • user avatar
    .lockdown { margin: 6ft; padding: 15lbs; position: couch; }