P01 - Style Guide Template

A template you can use to start building out your own style guides with.

Interactive Elements

In-text link

CSS selector:

.text-link

Sample code:

<a class="text-link" href="https://www.google.ca/"in text link/a>

Rendered element:

in text link

Navigation Link

CSS selector:

.button

Sample code:

<a class="button" href="#">Add to cart</a>

Rendered element:

Add to cart

Submit/Reset Buttons

CSS selector:

.button

Sample code:

<input type="search">
<input class="button" id="submit" type="submit">
<input class="button" id="reset" type="reset">

Rendered element:

Search:

Text Input Field with Label

CSS selector:

input

Sample code:

<form>
<label for="input"> Search: </label>
<input type="text" class="input">
</form>

Rendered element:

Radio Button with Label

CSS selector:

.radio

Sample code:

<input type="radio" class="radio" name="size" id="small" checked="checked">
<label for="small">Small</label>
<input type="radio" class="radio" id="medium" name="size">
<label for="medium">Medium</label>
<input type="radio" class="radio" id="large" name="size">
<label for="large">Large</label>

Rendered element:

Image as a Link

CSS selector:

img

Sample code:

<a href="https://www.etsy.com/ca/listing/1192358051/cute-frog-sticker-pack-waterproof">
<div>
<figure>
<img src="https://i.etsystatic.com/13486711/r/il/245393/3720451436/il_794xN.3720451436_l0t2.jpg"><img>
</figure>
</div>
</a>

Rendered element:

Frog sticker sheet
a frog shirt
Check-out our new shirt collection!
The sunset over Vancouver
Proudly made in Vancouver.
The amazon rainforest
Read about how we're helping the environment, one shirt at a time.

Text Elements

CSS selector:

.h2 .h3 .h4 .h5

Sample code:

<h2>Section title</h2>
<h3>Navigation element</h3>
<h4>Title of product</h4>
<h5>Price of product</h5>

Rendered element:

Section title

Navigation element

Title of product

Price of product

Paragraphs

CSS selector:

p

Sample code:

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In gravida et ex ac blandit. Donec efficitur dui ut blandit dapibus. Maecenas congue, neque ut luctus rhoncus, turpis eros ullamcorper massa, a imperdiet nunc urna quis lacus. Aenean efficitur purus nulla, imperdiet semper nibh euismod non. Vivamus dolor nisl, eleifend ut hendrerit id, tincidunt ac neque. In dapibus ex augue, in luctus velit feugiat non. Suspendisse a erat tortor. Donec mattis turpis at mi placerat, nec tempor purus egestas. Nam et efficitur ex, sed dignissim leo. Mauris dignissim lacus vitae elementum auctor. Ut eget neque justo. Aenean varius odio quam, at interdum tortor efficitur sit amet. </p>

Rendered element:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. In gravida et ex ac blandit. Donec efficitur dui ut blandit dapibus. Maecenas congue, neque ut luctus rhoncus, turpis eros ullamcorper massa, a imperdiet nunc urna quis lacus. Aenean efficitur purus nulla, imperdiet semper nibh euismod non. Vivamus dolor nisl, eleifend ut hendrerit id, tincidunt ac neque. In dapibus ex augue, in luctus velit feugiat non. Suspendisse a erat tortor. Donec mattis turpis at mi placerat, nec tempor purus egestas. Nam et efficitur ex, sed dignissim leo. Mauris dignissim lacus vitae elementum auctor. Ut eget neque justo. Aenean varius odio quam, at interdum tortor efficitur sit amet.

Numbered Lists

CSS selector:

.list

Sample code:

<div class="list">
<div>stickers</div>
<div>apparel</div>
<div>tote bags</div>
</div>

Rendered element:

stickers
apparel
tote bags

Combined Elements

Main Navigation

Site Title

Search

Search:
Filter:


Shirts


Payment Form

Shipping
Payment
Payment Method
Product Quantity Subtotal
Frog sticker sheet

Frog Sticker Pack

Price: $10
$10.00
A frog shirt.

Froggy Tee

Price: $20
$20.00
A pink bird enamel pin.

Cherry Blossom Bird Enamel Pin

Price: $15
$15.00
Subtotal $90
Taxes $10.8
Shipping $12
Total $112.80
Shipping
Payment
Payment Method

About Us


3. From your branding ideas, assemble brand components including:

  • Fonts
  • Colour palettes
  • Potential imagery, and, or, art direction
    frog sticker sheet
    stickers (this art isnt mine)

    Pastel website inspiration
    pastel website design inspo from pinterest

    Green website inspiration

    green mood website design inspo from pinterest

  • Citations