CSS club

Home

Docs

Build Website 10x Faster with CSS club

CSS club provides pre made components that you can directly use in your website without any hassle. We did all the hardwork so you don't have to.




Installing

Looking to quickly add elements to your project?



Starter template

Be sure to have your pages set up with the latest design and development standards. That means using an HTML5 doctype and including a viewport meta tag for proper responsive behaviors. Put it all together and your pages should look like this:


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="https://css-club.netlify.app/index.css" />
</head>
<body>
</body>
</html>
/*******CSS file*******/
<link rel="stylesheet" href="https://css-club.netlify.app/index.css" />