Skip to content

Main Navigation

Geoff Cordner
  • Home
  • Portfolio
  • Articles
  • About
  • Resume
  • Contact

Tag: css

Screenshot of a function's code.

Block Specific CSS

May 18, 2024

One of the new developments in full site editing is the ability to have block specific css that only loads when the block is loaded. This allows for much lighter and more modular css. We begin with this function: This does the following: The next thing we do is structure our css to look like […]

Read More… from Block Specific CSS

Tags: block themes, css, full site editing, functions
photo of a mac laptop on a coffee table

A little post on h1 and accessibility

January 29, 2023

Here’s a chunk of code I always used to wonder about. It’s the code that outputs the name of the website, in the header. It shows if there is no logo. If you are on the front page, home, the site name is surrounded by <h1></h1> tags. If you are inside the site, the site […]

Read More… from A little post on h1 and accessibility

Tags: accessibility, css, header

© 2025 Geoff Cordner