Ahmad Shadeed (@shadeed9) 's Twitter Profile
Ahmad Shadeed

@shadeed9

Design Engineer. Author of debuggingcss.com • Blogging at ishadeed.com. Made @defensivecss, rtlstyling.com, and a11ymatters.com.

ID: 170265794

linkhttp://www.ishadeed.com calendar_today24-07-2010 10:42:58

9,9K Tweet

25,25K Takipçi

187 Takip Edilen

Ahmad Shadeed (@shadeed9) 's Twitter Profile Photo

💡The CSS :has selector is magical! You can theme a website via a select menu and change the CSS variables. No JS is needed! html:has(option[value="purple"]:checked) { --color-1: purple; --color-2: orchid; } Article: ishadeed.com/article/css-ha… Demo: codepen.io/shadeed/pen/OJ…

💡The CSS :has selector is magical! You can theme a website via a select menu and change the CSS variables. No JS is needed!

html:has(option[value="purple"]:checked) {
  --color-1: purple;
  --color-2: orchid;
}

Article: ishadeed.com/article/css-ha…
Demo: codepen.io/shadeed/pen/OJ…