standardista {new account, pls re-follow}
4 posts

standardista {new account, pls re-follow}
@standardista
The new Twitter account for Standardista. My previous account was hacked. Tweeting about CSS, JS, HTML, a11y, performance, UX, and life/politics.
On a couch, with my laptop. Katılım Temmuz 2020
0 Takip Edilen312 Takipçiler

Instead of using ID selectors, consider attribute selectors:
The ID specificity is hard to overwrite
#myID = 1-0-0
the attribute selector has the same weight as a class.
[id="myID"] = 0-1-0
and can even be overwritten using itself
[id="myID"] [id="myID"] = 0-2-0
English