Skip to main content


I am considering creating a small, professional Web site to document my research, accessibility-related work, and other interests. I can write HTML; I have a Web server configured, and I can maintain files under Git revision control.
What I now want is a set of predefined style sheets that will take care of the visual layout, conforming to all of the applicable accessibility guidance (font selection, layout for mobile and desktop environments, reflow, etc.). The plan would be to write correct HTML, and for the presentation to be handled automatically - in the first instance, for static content.
What are others using and recommending nowadays? There are various CSS collections on GitHub, for example.
#CSS #WebAccessibility #Accessibility