Skip to content

y-arjun-y/beech.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beech.css

Description

A classless CSS theme that makes your website easy on the eyes! Based on sakura.

Installation

  1. CDN
    Add this snippet of code in your <head> tag.
<link
  rel="stylesheet"
  href="https://unpkg.com/[email protected]/style.css"
  type="text/css"
/>
  1. NPM
 npm install beech.css
  1. Yarn
 yarn add beech.css

Alternatively, you can see the raw CSS file by going here.

Credit

sakura: https://github.com/oxalorg/sakura
HTML5 Test Page: https://github.com/cbracco/html5-test-page