Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 789 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 789 Bytes

sunny.css

Description

A retro and colorful classless CSS theme! 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 sunny.css
  1. Yarn
 yarn add sunny.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