Get started with JKCSS
JKCSS CSS - Framework is underdeveloping. This Framework only contains CDN (Content Delivery Network or Content Distribution Network) and Downloaded CSS will be in future versions. JKCSS CSS - Framework still Developing with CSS only. Javascript will add in future releases.
  1. Create a file called index.html copy and paste the following content to that file.
<!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>JKCSS DEMO</title>
</head>
<body>

<!-- You can customize following content -->
<h1>Hello World, I am JKCSS..!</h1>

</body>
</html>
  1. Now include JKCSS styles using CDN. Now you have to Update index.html as following
<!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>JKCSS DEMO</title>
<link rel="stylesheet" href="https://jkcss.github.io/JKCSS-Framework/jkcss/jkcss.min.css">
</head>
<body>

<!-- You can customize following content -->
<h1>Hello World, I am JKCSS..!</h1>

</body>
</html>
CDN Information
Description Link
CSS https://jkcss.github.io/JKCSS-Framework/jkcss/jkcss.min.css
CSS Exmaples
All Exmaples here