Hach, #CSS ist einfach toll, viel zu selten blicke ich mal über den Tellerrand ... https://spic.wordpress.com/2026/05/19/css-animierte-hintergrunde-co/ #stylesheets #webdesign
CSS: Animierte Hintergründe & Co.

In der Not beschäftigt man sich mit Dingen, die man bisher nicht auf dem Schirm hatte und entdeckt dabei großartige Möglichkeiten. Für eine Website war ursprünglich geplant, aussagekräftige Fotos u…

spic homepage

@dillo maybe consider:

Absolute URLs are exclusively for hyperlinks to another webpage.

Webpages should have been restricted to load files only by relative URLs & never load any file by absolute URLs.

Also, per website style design was a terrible UX and accessibility mistake

#Stylesheets should've been something you install in your own browser such that "the web" would have the uniform look and feel you prefer.

Just a thought

CSS Snippets aus dem Alltag

Heute mal etwas anderes, was aber in meinem Alltag nun mehrfach zum Einsatz kam. Drei kleine CSS Snippets, die einen „großen“ Effekt haben (können). Szenario A Ein Klient wollte unbedin…

spic homepage

CSS

This page lists some CSS resources I find of interest, most notably minimalist layout frameworks.(...)

#css #design #html #minimalism #stylesheets #web

https://taoofmac.com/space/dev/css?utm_content=atom&utm_source=mastodon&utm_medium=social

The CSS Selection - 2026 Edition - Project Wallace

The CSS Selection shows real-world CSS usage from over 100,000 websites and looks at the most important metrics.

projectwallace.com

Hmm, is there a way to use sass combinators with attribute string concatenation for the value?

Here are my outputs:

data-class="Form-status--complete"
data-class="Form-status--in-progress"
data-class="Form-status--expired"

I want to do something like this:

[data-class='Form'] {
&-status {
&--complete {
color: $c-state-orange;
}

&--in-progress {
color: $notice-icon-pending;
}

&--expired {
color: $c-state-gray;
}
}
}

Of course that doesn't work. But I am not sure if I can avoid repeating myself

I am assuming you can't just open the square brackets and wrap them around your logic like:

[data-class='Form {
&-status {
...
}']

#css #sass #scss #stylesheets #html #FrontEnd #FrontEndHelp #WebDev

#Development #Templates
My opinionated CSS reset · Modern base styles for consistent web design https://ilo.im/16a17y

_____
#CssReset #StyleSheets #Consistency #Browsers #WebDesign #WebDev #Frontend #CSS

My Opinionated CSS Reset

* { all: unset; }

Vale.Rocks

#CSS folk, is there a way to check "@supports" for the "@property" declarer?

I tried "@supports(initial-value: *)" but that doesn't seem to fly, at least in #LibreWolf, although the rule itself is supported 🤔

#HelpWanted #Stylesheets #BoostsAppreciated

#Development #Approaches
My CSS selector strategy · Think of it as a “progressive narrowing of scope.” https://ilo.im/168bgo

_____
#Stylesheets #CssSelectors #WebDev #Frontend #CSS

My CSS selector strategy

Zombie Styles

Zombie Styles (noun): Dormant styles that break the UI after a configuration change.