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.
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>
<h1>Hello World, I am JKCSS..! </h1>
</body>
</html>
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-css-framework.github.io/JKCSS-Framework/jkcss/jkcss.min.css" >
</head>
<body>
<h1>Hello World, I am JKCSS..! </h1>
<script src="https://jkcss-css-framework.github.io/JKCSS-Framework/js/jkcss.min.js" ></script>
</body>
</html>
CDN Information
Description
Link
CSS
https://jkcss-css-framework.github.io/JKCSS-Framework/jkcss/jkcss.min.css
Javascript
https://jkcss-css-framework.github.io/JKCSS-Framework/js/jkcss.min.js
or use npm links
Description
Link
CSS
https://cdn.jsdelivr.net/npm/@jehankandy/jkcss@6.0.0/src/jkcss.min.css
Javascript
https://cdn.jsdelivr.net/npm/@jehankandy/jkcss@6.0.0/js/jkcss.min.js
CSS Docs
All Docs here
All Docs