Get started with paradeiser CDN
MIT licensed
Paradeiser is a lightweight library for creating responsive, flexible, and customizable typographic compositions.
Tags:- paradeiser
- hamburger
- menu
Stable version
Copied!
How to start using paradeiser CDN
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.cdnhub.io/paradeiser/0.4.5/min/paradeiser.min.css">
<title>Get started with paradeiser CDN - cdnhub.io</title>
</head>
<body>
<div id="paradeiser-container"></div>
<script src="https://cdn.jsdelivr.net/npm/paradeiser@0.4.5/paradeiser.min.js"></script>
<script>
// Your custom JavaScript code goes here
</script>
</body>
</html>
Copied!
Copied!