You must log in or # to comment.
I like how
garage
is a class butcar
is an intrinsic element.Maybe garage is just a class styling for a generic “room” After all, it’s got 4 walls and a few doors
Idk why exactly but using IDs for styling has been discouraged for a while and now every application I’ve ever worked on had been styled using classes that are usually unique anyway
CSS was designed by someone truly deranged. I hate front end so much
laughs in tailwind
Rather a
margin-top: -20px;
Or they did a
transform: rotate ( -90deg );
before being able to achieve that with a margin-left.