Skip to content

UGA Online Design System

A modular UI toolkit for building consistent, accessible, and responsive web pages for UGA Online.

Add the design system CSS and JavaScript to start building. See the Installation and Setup page for full details and a complete HTML template.

<link rel="stylesheet" href="https://design.online.uga.edu/css/base.css" />
<script src="https://design.online.uga.edu/js/scripts.js"></script>
SectionDescription
DocumentationColors, spacing, grid, flexbox, icons, and utility class references
ElementsBase HTML element styles — typography, tables, images, figures, and lists
ComponentsReusable UI patterns — buttons, forms, pagination, breadcrumbs, cards, and more
AssetsLogo files and other brand assets

Each documentation page includes live previews alongside the rendered HTML code. You can copy code snippets directly from the examples. Utility classes are documented with tables showing every available class and its effect.

  • Preview + Code: Component pages show a live preview with the full HTML below it.
  • Class Tables: Utility and element pages list every class, its purpose, and responsive variants.
  • Copy to Clipboard: Use the copy button on code blocks and asset cards to grab markup or URLs.

New to the design system? Start with Naming Conventions and Building a Public Page or Building LMS Content.