emilwisch
emilwisch.bsky.social
emilwisch
@emilwisch.bsky.social
12 followers 16 following 17 posts
https://github.com/emilwisch https://emilwisch.github.io/ This place will be mostly for bookmarking frontend content | Relearning frontend web development. Student of #theodinproject. // #frontend #webdev #frontenddev #html #css #javascript
Posts Media Videos Starter Packs
Not much to bookmark at the moment / drowning in JS
Bookmarking... CSS Reset
🌠 I just updated by CSS Reset to include a handy new declaration:

html {
interpolate-size: allow-keywords;
}

This rule allows us to animate height from "0px" to "auto", perfect for accordions and other collapsible UI. ✨

Learn more in my blog post about it:
www.joshwcomeau.com/css/custom-c...
A Modern CSS Reset • Josh W. Comeau
I have a set of baseline CSS styles that come with me from project to project. In the past, I'd use a typical CSS reset, but times have changed, and I believe I have a better set of global styles!
www.joshwcomeau.com
I'm working thru #TheOdinProject for #frontend dev, and I like that the curriculum forces you to struggle a little bit. It's making info and processes really stick.
I'm successfully cloning from and pushing changes to GitHub in command line. Never thought I'd see the day.