Uhs Design Standards Documentation
Getting Started
Components
3rd Party & VendorAlertsCall Out BoxesFormsGrid SystemHorizontal RuleIconsImagesMapsMedia BreakpointsNavigationTable LayoutsBasic usagePropertiesUsing different kindsVideoZ-Index
Readme

Table Layouts

Support mobile first design standards, DO NOT use html tables tags; use flex blocks instead.

General Styling Rules:

No centering, left justified for left column

Right column - right justify, have commas line up with each other

Horizontal borders, full borders, maybe no default - depends on overall design

Reverse out the heading

Mobile design first is essential - stacking of columns in this case is useless

(provide some examples)

Basic usage

HTML

NO <td></td>

YES here

MARKDOWN

here

Properties

Using different kinds