Pennlaw ToolKit Overview

This UI toolkit is a highly-modular design system for rapid web page development. It contains different materials that can be assembled into more complex page layouts.

This guide contains real working examples, code snippets, documentation, and style guidelines.

Usage

All work should be done in the SRC folder. All custom code is done under toolkit

Start by adding the following files to your page:

<link rel="stylesheet" href="assets/toolkit/styles/toolkit.css">
<script src="assets/toolkit/scripts/toolkit.js"></script>

Color

Blue
#011F5B
Black
#333334
Red
#991B1F
Light Blue
#31BFF0
Light Red
#D61414
Gray
#F6F6F6
Dark Gray
#DEDDDD