Production Version

If you don't need to customize Handcuff css
then You may download it.

download

Development Version

If you need to customize Handcuff css
then You may download it.

download

CDN Use

Handcuff.css is working with CDN. If you want to use CDN then copy this code & paste after your stylesheet.

<link href="//handcuff.nokshablog.net/handcuff.min.css" rel="stylesheet">

HTML5 Format

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>

IE Compatibility modes

To ensure proper rendering for Explorer & Microsoft Edge compatibility modes, add this meta tag to your head.

Mobile Version

To ensure proper rendering and touch zooming, add the viewport meta tag to your head.

Local Files

Handcuff CSS active form local files.

HTML5 Template

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>

Source Files

This is Handcuff Folder structure.

Handcuff/
└── css/
     ├── handcuff.css
     └── handcuff.min.css

Normalize.css

We are include normalize.css for improved cross-browser rendering, a project by Nicolas Gallagher and Jonathan Neal.