Skip to content

Hero

Standard User

Available to anyone with page-editing access

Page hero components using Poway to Palomar brand colors. Copy any snippet below and paste it directly into the Edlio CMS WYSIWYG editor.

Preview

Welcome to Poway to Palomar

We are committed to academic excellence and student success in everything we do.

Learn More
<!-- SOLID HERO (POWAY TO PALOMAR — #c00000) -->
<!-- Note: Edlio CMS provides the page <h1>. Do not add <h1>–<h3> inside hero components. -->
<div style="background-color: #c00000; padding: 40px 30px; border-radius: 8px; margin-bottom: 24px; text-align: center;">
<p style="margin: 0 0 16px 0; color: #ffffff; font-size: 18px; line-height: 1.6; font-style: italic; font-weight: 600;">Welcome to Poway to Palomar</p>
<p style="margin: 0 0 20px 0; color: #ffffff; font-size: 16px; line-height: 1.6; opacity: 0.9;">We are committed to academic excellence and student success in everything we do.</p>
<a href="#" style="display: inline-block; background-color: #e3e4e5; color: #1a1a1a; border: 2px solid #e3e4e5; padding: 12px 24px; text-decoration: none; border-radius: 4px; font-size: 16px; font-weight: 600; cursor: pointer;">Learn More</a>
</div>
Preview

Welcome to Poway to Palomar

We are committed to academic excellence and student success in everything we do.

Learn More
<!-- GRADIENT HERO (POWAY TO PALOMAR — #c00000 → #000000) -->
<!-- Note: Edlio CMS provides the page <h1>. Do not add <h1>–<h3> inside hero components. -->
<div style="background: linear-gradient(135deg, #c00000 0%, #000000 100%); padding: 40px 30px; border-radius: 8px; margin-bottom: 24px; text-align: center;">
<p style="margin: 0 0 16px 0; color: #ffffff; font-size: 18px; line-height: 1.6; font-style: italic; font-weight: 600;">Welcome to Poway to Palomar</p>
<p style="margin: 0 0 20px 0; color: rgba(255,255,255,0.9); font-size: 16px; line-height: 1.6;">We are committed to academic excellence and student success in everything we do.</p>
<a href="#" style="display: inline-block; background-color: #e3e4e5; color: #1a1a1a; border: 2px solid #e3e4e5; padding: 12px 24px; text-decoration: none; border-radius: 4px; font-size: 16px; font-weight: 600; cursor: pointer;">Learn More</a>
</div>