All Projects → EvgenyOrekhov → holiday.css

EvgenyOrekhov / holiday.css

Licence: MIT license
A minimalist classless CSS theme

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Liquid
124 projects
shell
77523 projects

Projects that are alternatives of or similar to holiday.css

Sakura
🌸 a minimal css framework/theme.
Stars: ✭ 3,241 (+3582.95%)
Mutual labels:  css-framework, classless, classless-theme
attriCSS
AttriCSS is a classless css framework that style normal ugly html to beautiful website.
Stars: ✭ 26 (-70.45%)
Mutual labels:  css-framework, classless-theme
concrete.css
A simple and to the point classless CSS framework
Stars: ✭ 95 (+7.95%)
Mutual labels:  css-framework, classless
Fluent-Design-For-Web
Windows 10 Inspired UI For Web
Stars: ✭ 28 (-68.18%)
Mutual labels:  css-framework
boba
A lightweight, modular CSS framework.
Stars: ✭ 47 (-46.59%)
Mutual labels:  css-framework
Two-Lines-CSS-Framework
Two Lines CSS Framework
Stars: ✭ 17 (-80.68%)
Mutual labels:  css-framework
swatch
A lightweight, modern theming library based on CSS variables and the setter/getter pattern.
Stars: ✭ 14 (-84.09%)
Mutual labels:  css-framework
CSScaffold
The original CSScaffold by Anthony Short... He deleted the original repository when he released the newer version.
Stars: ✭ 26 (-70.45%)
Mutual labels:  css-framework
60gs
60GS - 60 Columns Grid System based on CSS Grid Layout
Stars: ✭ 65 (-26.14%)
Mutual labels:  css-framework
colors
🎨 An elegant and minimalistic color palette for UI design.
Stars: ✭ 19 (-78.41%)
Mutual labels:  css-framework
HypeStyle
Small, useful CSS library build on utility classes & components.
Stars: ✭ 28 (-68.18%)
Mutual labels:  css-framework
bootcatch-themes
🔥 Bootcatch Themes is an open-source library of free Custom Bootstrap Themes.
Stars: ✭ 22 (-75%)
Mutual labels:  css-framework
floaty
CSS Float Based Layout System
Stars: ✭ 35 (-60.23%)
Mutual labels:  css-framework
Fluid
Modern, Stylish, Easier and Powerful Css framework for faster and hassle free web development
Stars: ✭ 24 (-72.73%)
Mutual labels:  css-framework
koochak
A minimal & lightweight CSS framework
Stars: ✭ 15 (-82.95%)
Mutual labels:  css-framework
PotatoCSS
🥔 Simple CSS framework for hackers. Simple as potato.
Stars: ✭ 53 (-39.77%)
Mutual labels:  css-framework
devs-codex
A repo of helpful front end development and design links
Stars: ✭ 16 (-81.82%)
Mutual labels:  css-framework
pollen
The CSS variables build system
Stars: ✭ 754 (+756.82%)
Mutual labels:  css-framework
strapless
Strapless is a color-changing CSS boilerplate for HTML elements, and a powerful LessCSS library for colors and patterns.
Stars: ✭ 27 (-69.32%)
Mutual labels:  css-framework
bulma.styl
A Stylus translation of a modern CSS framework based on Flexbox
Stars: ✭ 26 (-70.45%)
Mutual labels:  css-framework

holiday.css 🎉

npm version CI

No classes today! Because it's holiday!

A minimalist classless CSS theme.

Demo

Why

I got tired of complex markup and tons of classes on every element.

See form example: Bootstrap vs holiday.css.

Features

  • makes your page fit even the smallest screens, no more broken <body> width due to wide tables
  • supports all <input> types
  • highlights invalid fields in your forms (that's right, no JS needed for that!)
  • makes your <nav> look nice, turns your nested <ul> lists into accessible dropdowns (making Tab work with dropdowns in plain CSS was really tricky!)
  • doesn't waste precious horizontal space on mobile screens for <picture>, video, <table>, and <pre> by ignoring body margins and filling 100% of screen width
  • keeps selector specificity as low as possible, so you could easily extend it with CSS classes without using !important
  • uses dark mode for those who prefer it
  • built with pure CSS
  • only ~4 KB (minified and gzipped)

Quick Start

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]" />

Browser compatibility

Tested on latest Chrome and Firefox.

Acknowledgements

Sources of inspiration:

Changelog

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].