Skelet.css — a contemporary CSS framework that combines modern design principles with a forward-thinking approach.
Lightweight and easy to use. You can get started quickly by using the included HTML5 template or by including the CSS file in your project.
The benefits of using Skelet.css:
- Solid foundation:
Skelet.css
provides a solid foundation for your next project, so you can focus on creating great web designs. - Modern design:
Skelet.css
uses modern design principles to create a clean and responsive user interface. - Forward-thinking approach:
Skelet.css
is constantly being updated to keep up with the latest trends in web design and CSS standards.
If you're looking for a modern, lightweight, and easy-to-use CSS framework, Skelet.css is a great option.
- DOWNLOAD ↓ Skelet.
- Unzip
skelet-master.zip
- Files to pay attenion to:
skelet.html
= HTML5 boilerplatecss/skelet.css
= CSS frameworkcss/tooltips.css
= CSS tooltips
npm i selekkt-skelet
Use these CDN links only for development; do not use in production, as breaking changes may be introduced at any time with new major versions and break your website.
https://cdn.jsdelivr.net/npm/selekkt-skelet@latest/css/skelet.css
https://cdn.jsdelivr.net/npm/selekkt-skelet@latest/css/skelet.min.css
For production is reccomended to use a specific version from the link below.
Future in the making. Where all the new features first appear.
https://cdn.jsdelivr.net/gh/Selekkt/skelet@next/css/skelet.css
This is the dir structure of Skelet.
.
└── skelet/
├── css/
│ ├── skelet.css (CSS framework)
│ ├── skelet.min.css (Skelet. minified)
│ └── app.css (is where all of your other CSS goes)
├── js/
│ ├── modules.js (is for all of your JS frameworks)
│ └── app.js (is where all of your other JS goes)
├── img/
│ ├── logo.png
│ └── touch.png
├── LICENSE
├── README.md
└── skelet.html (HTML5 boilerplate)