Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.43 KB

File metadata and controls

38 lines (33 loc) · 1.43 KB

image

dist

  • 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.

Download Content

Install

  • 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>

Legal actions

  • Please, before using or cloning this project, read our License Terms.
  • By cloning, you are agreeing to the license and its intent.
Copyright © 2024 Pixelbite CSS. All rights reserved.