Skip to content

theandrebass/boxes.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boxes.css

Add some dimension to your page with boxes 🚀

You can check out examples and get started with boxes.css at the GitHub Page 📖. Here's what boxes.css UI looks like, from the documentation.

boxes.css sample

Start by adding the boxes.css stylesheet to your page's <head>:

<link rel="stylesheet" href="https://unpkg.com/boxes.css/dist/boxes.min.css" />

Theming

boxes.css supports theming. By default, boxes are turquoise-green. (Why? because it's a unique color.) But you can use CSS custom properties to modify the color and add things like a dark theme.

Check out the documentation for the full details.