Skip to content

Pixelbite-CSS/dist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Distributed PixelbiteCSS's versions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published