Skip to content

Commit d95a661

Browse files
updated README
1 parent ac4853c commit d95a661

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
<p align="center"><img src="https://codeforms.github.io/Punica-CSS-Framework/images/logo.png"></p>
22

3+
<h3 align="center">Punica CSS</h3>
4+
35
<p align="center">
4-
<a href="https://github.com/codeforms/Punica-CSS-Framework/blob/master/LICENSE"><img src="https://img.shields.io/github/license/codeforms/Punica-CSS-Framework"></a>
5-
<a href="https://github.com/codeforms/Punica-CSS-Framework/releases"><img src="https://img.shields.io/github/v/release/codeforms/Punica-CSS-Framework"></a>
6+
Clean, lightweight, responsive, modern and fully customizable.<br>
7+
<a href="https://codeforms.github.io/Punica-CSS-Framework">Documentation</a> |
8+
<a href="https://github.com/codeforms/Punica-CSS-Framework/releases">Changelogs</a>
69
</p>
710

811
## Introduction
912
Punica CSS is a clean, lightweight, responsive, modern and fully customizable (even class names) pure CSS Framework based on SASS/SCSS.
1013

11-
[Documentation](https://codeforms.github.io/Punica-CSS-Framework/) | [Changelogs](https://github.com/codeforms/Punica-CSS-Framework/releases)
12-
13-
---
14+
<p>
15+
<a href="https://github.com/codeforms/Punica-CSS-Framework/blob/master/LICENSE"><img src="https://img.shields.io/github/license/codeforms/Punica-CSS-Framework"></a>
16+
<a href="https://github.com/codeforms/Punica-CSS-Framework/releases"><img src="https://img.shields.io/github/v/release/codeforms/Punica-CSS-Framework"></a>
17+
</p>
1418

15-
### Install From CDN
19+
## Install From CDN
1620
If you want to quickly add Punica to your project, you can use the JsDelivr CDN;
1721
```html
1822
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codeforms/[email protected]/dist/punica.min.css" crossorigin="anonymous">
1923
```
2024

21-
### HTML Markup
25+
## HTML Markup
2226
For your default setup, add the Punica CSS file to the <head> element of your HTML5 document. Also include the Material Icons library. That's it!
2327
```html
2428
<!DOCTYPE html>

0 commit comments

Comments
 (0)