mastodon.ar.al is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is my personal fediverse server.

Administered by:

Server stats:

1
active users

Aral Balkan

@adele @beaufils @mozilla Water is another good one though not maintained, I believe and I don’t know at the moment if nav was ever included but there was talk/a prototype (github.com/kognise/water.css/i).

I’m using it in Kitten and plan to fork and improve things so I’ll keep the nav request in mind when I do :)

GitHubAdd support for <nav> tag? · Issue #182 · kognise/water.cssBy ethanpil

@aral @adele @mozilla

Something that could be really nice to reuse all those work done on non-semantic CSS (class CSS) into semantic one:

SELECTORS { classes="class1 class2 etc" ; }

Something which apply class1, class2, etc. to all HTML nodes selected by SELECTORS.

Using w3.css, for instance, that could be:

section, article { classes=".w3-panel .w3-red w3-border" ; }

Here, something which apply certain defined class to section and article.