1.1.2 • Published yesterday
multi-cdn-themes
Licence
MIT
Version
1.1.2
Deps
0
Size
2 kB
Vulns
0
Weekly
0
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/multi-cdn-themes@1.1.0/theme-1.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/multi-cdn-themes@1.1.0/theme-2.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/multi-cdn-themes@1.1.0/theme-3.min.css">
Unminified:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/multi-cdn-themes@1.1.0/theme-1.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/multi-cdn-themes@1.1.0/theme-2.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/multi-cdn-themes@1.1.0/theme-3.css">
Via CDN (unpkg)
Minified (recommended):
<link rel="stylesheet" href="https://unpkg.com/multi-cdn-themes@1.1.0/theme-1.min.css">
<link rel="stylesheet" href="https://unpkg.com/multi-cdn-themes@1.1.0/theme-2.min.css">
<link rel="stylesheet" href="https://unpkg.com/multi-cdn-themes@1.1.0/theme-3.min.css">
Via npm
npm install multi-cdn-themes
Available 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