Installation

CDN (Recommended for Quick Start)

Include the framework in your HTML file:

HTML
<link rel="stylesheet" href="https://cdn.example.com/retrocities/2.0/retro.css">

NPM Installation

npm install retrocities-css

Manual Download

Download the latest release from GitHub and include the CSS file in your project:

<link rel="stylesheet" href="path/to/retro.css">

Modular Import

Import only the components you need:

@import 'retrocities/core/base.css'; @import 'retrocities/components/buttons.css'; @import 'retrocities/effects/text-effects.css';
🚧 Documentation Always Improving 🚧

Back to Top |Home |GitHub

000123