toad.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server operated by David Troy, a tech pioneer and investigative journalist addressing threats to democracy. Thoughtful participation and discussion welcome.

Administered by:

Server stats:

218
active users

#webdevelopment

11 posts10 participants1 post today

Just finished building my custom WordPress theme, Rules by Rosita. Now testing and debugging before it goes live!

It’s simple, responsive, accessible, and SEO-friendly — with search built in.

README got an update too with all the latest info. Excited to share the demo and code with you all!

Check out the demo: rosita311.github.io/RulesbyRos
Code: github.com/Rosita311/RulesbyRo
#Accessibility #WordPress #WebDevelopment #Toegankelijkheid #FrontendDevelopment

rosita311.github.ioHomeWelkom op Rulesbyrosita.nl, mijn blog over inspiratie over het leven (met een beperking), mijn zoektocht naar de regels in het leven,persoonlijke ontwikkeling, en lifestyle. Have fun! Liefs Rosita

I've noticed a persistent issue with using grid and aspect-ratio on mobile. Basically the aspect-ratio, even a basic 4/3, is overflowing the grid instead of resizing with it. I either have to replace grid w/ flex in mobile (and it works) or remove the aspect-ratio completely (and it works).

Has anyone else noticed this??