• #dev 2024-04-02
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2024-04-02 UTC
# 14:04
[KevinMarks]
if you have something like `<main><h2></h2><p>text<p>more text</main>` then the first `<p>` is closed by the second one, and the second by `</main>` so you can style with `p {max-width: 70ch}` for example. If the second `<p>` becomes a `<p></p>` then it will fall back to `main`'s formatting.