Welcome to Vanilla Breeze
This bell pulls live notifications from /go/notify/messages — the same contract documented at /docs/concepts/service-contracts/. Static articles like this one are the no-JS / no-backend fallback.
This bell pulls live notifications from /go/notify/messages — the same contract documented at /docs/concepts/service-contracts/. Static articles like this one are the no-JS / no-backend fallback.
Contact information for the nearest article or document. Typically contains physical address, email, phone, or social links.
Use the <address> element to provide contact information for:
<article>)<footer>)Note: The address element is for contact info related to the document or article, not for arbitrary postal addresses in content.
Base styling removes italic font-style and displays as a block.
<address> <a href="mailto:[email protected]">[email protected]</a><br /> <a href="tel:+1-555-123-4567">+1 (555) 123-4567</a></address>
Card-style with padding and raised background.
<address class="card"> <strong>Acme Corporation</strong><br /> 123 Business Street<br /> San Francisco, CA 94102<br /> <a href="mailto:[email protected]">[email protected]</a></address>
Inline display for flowing within text.
<p>Contact us at<address class="inline"> <a href="mailto:[email protected]">[email protected]</a></address>for more information.</p>
Single-line compact layout with flexbox.
<address class="compact"> <span>[email protected]</span> <span>|</span> <span>+1 (555) 123-4567</span> <span>|</span> <span>San Francisco, CA</span></address>
Styled for footer placement with muted text.
<address class="footer"> <p>Vanilla Breeze - A layered HTML component system</p> <a href="mailto:[email protected]">[email protected]</a></address>
Grid layout for contact cards with icon alignment.
<address class="contact"> <a href="mailto:[email protected]">[email protected]</a> <a href="tel:+15551234567">+1 (555) 123-4567</a> <a href="https://example.com">example.com</a></address>
| Class | Description |
|---|---|
.card |
Adds padding, raised background, and rounded corners |
.inline |
Displays inline for use within text flow |
.compact |
Flexbox single-line layout with smaller font |
.footer |
Smaller, muted styling for footer placement |
.contact |
Grid layout for structured contact information |
href protocols: mailto: for email, tel: for phone