- This repository contains distributed fully tested versions of PixelbiteCSS, along with JavaScript and CSS files, ensuring reliability and ease of integration for web developers seeking pixel-perfect styling solutions.
- Use with your project by CDN
https://cdn.jsdelivr.net/gh/pixelbite-css/dist/v/{version}/pixelbite.css
https://cdn.jsdelivr.net/gh/pixelbite-css/dist/v/{version}/pixelbite.js
- Example in code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello world</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/pixelbite-css/dist/v/{version}/pixelbite.css">
</head>
<body>
<h1>Hello wolrd</h1>
<script src="https://cdn.jsdelivr.net/gh/pixelbite-css/dist/v/{version}/pixelbite.js"></script>
</body>
</html>
- Please, before using or cloning this project, read our License Terms.
- By cloning, you are agreeing to the license and its intent.