Skip to content

Minimal CSS/HTML5 boilerplate made for starter projects.

Notifications You must be signed in to change notification settings

damir-sijakovic/ammolite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ammolite.css

ammolite.css

About

Minimal CSS/HTML5 boilerplate made for starter projects.

What you get

  • Everything reseted & normalized
  • Typography
  • Basic CSS classes
  • Control through variables
  • scalable interface (change size of --amm-font-size)
  • basic light/dark themes
  • radio and checkbox web-components

Variables

You can find basic variables at top of "./assets/ammolite.css" file:

--amm-font-size: 1.01em;
--amm-bg-color: #fff;
--amm-fg-color: #333;
--amm-element-bg-color: #637180;
--amm-element-fg-color: #ffffff;
--amm-element-radius: 8px;
--amm-element-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
--amm-transition: all 2s ease;

Codepen Demos

Light-dark theme switch
Components
Rescale & themes
Typography

Based on

Code is based on extracts from W3.CSS 4.13 June 2019 by Jan Egil and Borge Refsnes and from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize.

Have Fun

About

Minimal CSS/HTML5 boilerplate made for starter projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published