Skip to content

Latest commit

 

History

History
executable file
·
35 lines (24 loc) · 814 Bytes

README.md

File metadata and controls

executable file
·
35 lines (24 loc) · 814 Bytes

Bear

For Super Simple Responsive Content

For more information, go to https://williamleeks.com/bear

How to use Bear

Bear is designed for simplicity of use. First of all, link to bear.css in your HTML's head:

<link rel="stylesheet" href="path/to/css/bear.css">

Then, simply utilise these classes in your HTML's body:

<div class="mama-bear">
	<div class="baby-bear">
    	Mind-blowing content.
  	</div>
  	<div class="baby-bear">
    	Yet more genius.
  	</div>
</div>

Contribute / Feedback

I'd love to hear if you think Bear is useful, or how it can be improved. As per the License below, please feel free to make use of and tweak Bear for your own projects.

Copyright / License

Copyright 2014 William Leeks

CC BY License (https://creativecommons.org/licenses/by/4.0/)