Handcuff.css is working with CDN. If you want to use CDN then copy this code & paste after your stylesheet.
Handcuff.css is working with HTML5 format. So you must use HTML5 format.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Handcuff CSS</title>
</head>
<body>
...
</body>
</html>
To ensure proper rendering for Explorer & Microsoft Edge compatibility modes, add this meta tag to your head.
To ensure proper rendering and touch zooming, add the viewport meta tag to your head.
Handcuff CSS active form local files.
Handcuff CSS basic index page template
<!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">
<title>Handcuff CSS</title>
<!-- handcuff -->
<link href="handcuff.min.css" rel="stylesheet">
</head>
<body>
...
</body>
</html>
This is Handcuff Folder structure.
Handcuff/
└── css/
├── handcuff.css
└── handcuff.min.css
We are include normalize.css for improved cross-browser rendering, a project by Nicolas Gallagher and Jonathan Neal.