Skip to content
This repository was archived by the owner on Oct 16, 2023. It is now read-only.

Quickstart

DownloadFirefox edited this page Dec 3, 2022 · 5 revisions

QuickStart and Installation

Since no JS is involved, there is no npm package.

Add ChordCSS

To get started, add ChordCSS into your <head>.

<link rel="stylesheet" href="https://getchord.ml/main.css">

Get Started

Get started by typing this into your <body> tag.

<body class="c-bg-auto">

The c at the start of the class means that it is a ChordCSS element.

Use Templates

This section tells you on how to use templates.

Import templates

Import the main CSS file into your HTML file then add the link to the CSS for your template by using the readme.md of that template. For example, for the Coding template, you would paste this:

<link rel="stylesheet" src="https://getchord.ml/templates/coding/main.css">

For more on templates, go to this wiki page.

Clone this wiki locally