archcss ArchCSS

Overview

Getting started with Architect

archCSS (Architect CSS) is utility-first CSS framework that allows you to quickly create and design your websites and applications with flexible, easy-to-use classes without writing any custom CSS.


Installation

1.

Use a CDN recommanded

You can import our CSS file directly via jsDelivr:

CSS @import:
HTML <link/>:
Latest CDN:
2.

Clone form GitHub

available on GitHub:

HTTPS:
Git CLI:
3.

Install the NPM package

Install archCSS source Sass and TypeScript files via NPM:

Start using archCSS in your HTML

  • Add the CDN link to the `<head>` of your HTML file,
  • Then stylize your content using archCSS utility classes.
  • or download Starter template