Skip to content

Commit b842928

Browse files
Update README.md (#10)
1 parent b16178c commit b842928

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

README.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Assembler CSS
1+
<hr>
2+
<div align=center><h1>Assembler CSS</h1></div>
3+
<div align=center><a href="https://asmcss.com/"><img width=600 src="https://d33wubrfki0l68.cloudfront.net/ad1ed8ef193a228e69394c846992f7a612cc0210/abc1a/assets/img/hero.png" alt="Call to action image"/></a></div>
4+
<div align=center><i><a href="https://asmcss.com/docs/1.x/">Docs</a> — <a href="https://twitter.com/asmcss">Twitter</a> — <a href="https://asmcss.com/docs/1.x/#usage">Installation</a></i></div>
5+
<div align=center><i><h4>Just-in-time CSS, unlimited possibilities</h4></i></div>
6+
<hr>
27

38
Assembler CSS is a highly performant utility-first framework that allows you to quickly prototype and build modern
49
websites and UI components without the need to install and maintain complex software.
@@ -9,20 +14,7 @@ Incorporating Assembler CSS within your project is a trivial task.
914
Just add a `script` tag before the `head` closing tag, and you are good to go!
1015

1116
```html
12-
<!DOCTYPE html>
13-
<html lang="en">
14-
<head>
15-
<title>My Page</title>
16-
<meta name="viewport" content="width=device-width, initial-scale=1">
17-
<!-- Other resources here -->
18-
<!-- ... -->
19-
<!-- Assembler CSS -->
20-
<script src="https://unpkg.com/@asmcss/assembler/dist/assembler.min.js"></script>
21-
</head>
22-
<body>
23-
<!-- Your code here -->
24-
</body>
25-
</html>
17+
<script src="https://unpkg.com/@asmcss/assembler"></script>
2618
```
2719

2820
Now you are ready to try out Assembler CSS and write your first UI component.

0 commit comments

Comments
 (0)