Your future starts now. Imagine yourself here at the premier public university in the heart of Los Angeles. Make Cal State LA your home away from home.
Upcoming Events
Join us at our upcoming in-person events to learn your next steps, connect with campus resources, and get ready for enrollment.
Contact Us
Questions? Contact Admissions and Recruitment at (323) 343-3901, Monday - Friday between 8:00 AM and 5:00 PM, or email [email protected].
/* Minimal, component-friendly styling (adjust to match your admissions theme) */ .whats-next__grid { display: grid; grid-template-columns: 1fr; gap: 1rem; } @media (min-width: 768px) { .whats-next__grid { grid-template-columns: 1fr 1fr; } } .event-card { background: #fff; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 0.75rem; overflow: hidden; display: flex; flex-direction: column; } .event-card__body { padding: 1.25rem 1.25rem 0.75rem; } .event-card__kicker { margin: 0 0 0.5rem; font-size: 0.95rem; font-weight: 600; } .event-card__title { margin: 0 0 0.5rem; } .event-card__summary { margin: 0 0 1rem; } .event-card__meta { margin: 0 0 1rem; } .event-card__meta-row { display: grid; grid-template-columns: 7.5rem 1fr; gap: 0.75rem; margin-bottom: 0.5rem; } .event-card__meta dt { font-weight: 700; } .event-card__dates { margin: 0.5rem 0 0; padding-left: 1.25rem; } .event-card__footer { margin-top: auto; padding: 0 1.25rem 1.25rem; } .event-card__cta { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }