Get started with normalize CDN

MIT licensed

The Normalize.js library ensures consistent cross-browser rendering of HTML elements by adjusting the built-in browser styling.

Tags:
  • cross browser

Stable version

Copied!

How to start using normalize CDN


<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="https://cdn.cdnhub.io/normalize/8.0.1/normalize.min.css">
  <title>Get started with normalize CDN - cdnhub.io</title>
  <style>
    /* Your custom styles go here */
  </style>
</head>
<body>
  <!-- Your HTML content goes here -->
</body>
</html>
Copied!
Copied!
Copied!

All versions