Log inSign up
Kevin Powell
12.3K posts
Kevin Powell profile banner
@KevinJPowell

Kevin Powell

@KevinJPowell
CSS Evangelist Helping people fall in love with CSS: YT: YouTube.com/kevinpowell Twitch: twitch.tv/kevinpowellcss Courses: kevinpowell.co/courses
Halifax, Nova Scotia
kevinpowell.co
Joined March 2009
599
Following
55.3K
Followers
RepliesRepliesRepostsRepostsMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • Pinned
    @KevinJPowell
    Kevin Powell
    @KevinJPowell
    Aug 11, 2022
    Did you know I have a newsletter? I tend to share some random general musings, what I've been up to in the past week, and other links and resources that I stumble across. Goes out every Sunday.
    Image
    kevinpowell.co
    Kevin Powell
    Helping you fall in love with CSS.
    27
  • @KevinJPowell
    Kevin Powell
    @KevinJPowell
    Nov 2, 2024
    One thing I noticed here on Twitter was how my engagement had slowly been dropping in the last 6-months. Earlier today, I cross-posted something here and on Bluesky. My audience there is 40x here... same engagement.
    Image
    3
  • @KevinJPowell
    Kevin Powell
    @KevinJPowell
    Nov 2, 2024
    Why has nobody told me that in VS Code you can select text and paste a link in a markdown file, and it makes it a link automatically?! This is what the default should be everywhere... I mean, if it works in MD files, it should work everywhere, right? 😆
    Image
    00:00
    5
  • @KevinJPowell
    Kevin Powell
    @KevinJPowell
    Nov 1, 2024
    If anyone is either leaving here for 🦋 or just also going there, I'm there too! Made my account last year and wasn't terribly active, but I'll ramp it back up. I'm also on Mastodon too, where a lot of the CSS community seemed to have moved to last year 😊
    16
  • @KevinJPowell
    Kevin Powell
    @KevinJPowell
    Oct 30, 2024
    I've been talking a lot about using container queries along with grid's auto-fit... should have tested it more, as a container that's also using auto-fit seems to break on Safari.
    Two examples, one using grid's auto-fit, the other auto-fill, with both examples also being defined containers.

The auto-fill works as expected, whereas the auto-fit is broken. The columns are 0px in width, and even though there are 5 children, it is creating 9 columns, which matches the number of columns created by the auto-fill.
    1
Advertisement
Advertisement