multi-cdn-themes
v1.1.2
Published
A collection of CSS themes available via CDN
Readme
Multi CDN Themes
A collection of CSS themes available via CDN.
Installation
Via CDN (jsDelivr)
Minified (recommended):
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/theme-1.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/theme-2.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/theme-3.min.css">Unminified:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/theme-1.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/theme-2.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/theme-3.css">Via CDN (unpkg)
Minified (recommended):
<link rel="stylesheet" href="https://unpkg.com/[email protected]/theme-1.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/theme-2.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/theme-3.min.css">Via npm
npm install multi-cdn-themesAvailable Themes
| Theme | File | Minified File | Description |
|-------|------|---------------|-------------|
| Theme 1 | theme-1.css | theme-1.min.css | Red color theme |
| Theme 2 | theme-2.css | theme-2.min.css | Green color theme |
| Theme 3 | theme-3.css | theme-3.min.css | Orange color theme |
Always Latest Version
To always get the latest version, omit the version number:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/multi-cdn-themes/theme-1.min.css">License
MIT
