Skip to content

kiswa/WireFrame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WireFrame

A simple set of CSS styles to allow quick wireframe prototypes in HTML/CSS. Because, why not have wireframes that provide the starting point for the actual work!

Options

By default, the wireframes use a dark theme.

Dark Theme

To change to a light theme, just alter the body tag to: <body class="light">

Light Theme

Use

When creating a prototype, just add the wf class to a surrounding tag and use the wf-* and wf-child-* classes to add styles to elements.

There are the following classes (all with wf-child-* classes):

  • wf-top to add a wireframe border to the top of an element
  • wf-bottom to add a wireframe border to the bottom of an element
  • wf-left to add a wireframe border to the left of an element
  • wf-right to add a wireframe border to the right of an element

Forms and inputs are also styled to match the wireframe look. Handwriting-style fonts are used throughout. The loaded fonts are Indie Flower for default text, Rock Salt for headers, and Coming Soon for whatever you want (not set to anything in the wireframe CSS).

The wf.css file also includes Font Awesome icon fonts.

Inspired by Wireframing with HTML and CSS.

About

A simple set of CSS styles to allow quick wireframe prototypes in HTML/CSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published