Blockquote

A quote component that adapts from a compact card to a centered, visual style when the container gets wider.

.wrapper {
  container: quote / inline-size;
}
 
@container quote (min-width: 700px) {
  .c-quote {
    display: flex;
    align-items: center;
  }
}

I enjoy writing and talking about CSS. For today's example, it's a dummy content for a blockquote section that I'm testing with container queries.

Ahmad Shadeed

Web designer

Full Screen