skelet
skelet copied to clipboard
Skelet.css a contemporary CSS framework. The basics to get started.
Skelet.3
Skelet. is a contemporary CSS framework which gives you the foundations to start building your next project right away.
Skelet. provides a simple, minimal yet solid starting point for websites.
Get started quickly with the HTML5 template, or just include skelet.css in your own project.
Getting started
- DOWNLOAD ↓ the file.
- Unzip skelet-master.zip
- Two files to pay attenion to:
-
skelet.html
= is the the HTML5 boilerplate -
css/skelet.css
= is the CSS framework
-
skelet.css via CDN
If you need skelet.css
, just add this tag in the <head>
.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/selekkt-skelet@latest/css/skelet.min.css">
or
https://cdn.jsdelivr.net/npm/selekkt-skelet@latest/css/skelet.min.css
https://cdn.jsdelivr.net/npm/selekkt-skelet@latest/css/skelet.css
Skelet on npm
npm i selekkt-skelet
Development branch: "next"
https://cdn.jsdelivr.net/gh/Selekkt/skelet@next/css/skelet.css
Directory structure
This is the dir structure of Skelet. docs
& layouts
could be deleted if not needed.
.
└── 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)