Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Kuvo committed Aug 20, 2022
1 parent e934baa commit bb137a0
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# RoundStep Main Info
# RoundStep About
RoundStep is one of the best and easiest to use frameworks. It was created to quickly create beautiful designs. The advantage of this framework is that it automatically adapts to your screen size, and it is also easy to customize it with the settings of other developers. The high speed of its work lies in the fact that it is completely written in vanilla CSS and JS.

how to use it?
## RoundStep Setup
To set up this framework just add these lines to <head> of your site (you can download this files to use on your computer offline, not by link):
* Styles
```sh
<link rel="stylesheet" href="assets/css/roundstep-min.css">
```
* Additional functions
```sh
<script src="assets/js/roundstep-min.js" defer></script>
```
* Fonts
```sh
<link href="fonts/SFCompactRounded-Regular.otf" rel="stylesheet">
```
* Icon of your site
```sh
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
```

### More info
If you want to read more and this framework, go by this link to official documentation: [Tap Here for docs](https://example.com)

Official site link: [Tap Here for official site](https://example.com)

And framework repo url: [Tap Here to go to repo](https://example.com)

0 comments on commit bb137a0

Please sign in to comment.