- cross-posted to:
- programmerhumor@lemmy.ml
- cross-posted to:
- programmerhumor@lemmy.ml
You must log in or # to comment.
Wtf
Hold up, those names are much too descriptive.
div.w
div.w2
<div> <div> <div></div> </div> </div>
div {} div div {} div div div {}
Wait, that last one. It’s a syntax I don’t recognize. What is this slightly less nonsensical design?
It’s divy mc divface
Perfect! 👩🍳 💋
I have this in one of my global userstyles:
#page, #Body, .Item /* please stay away from web dev */
And then there are things like
<div class="h1"
(and actual h1) with background-color (well, somep
anda
too). A text element needs no background-color, that’s a container-element thing.