File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ ChocolateCSS is not made for beginners. It is especially made for people, who wa
2222
2323---
2424Latest release:
25- <a href =" https://github.com/MathisBurger/ChocolateCSS/releases/download /v1.0.0-beta/ " >Download</a >
25+ <a href =" https://github.com/MathisBurger/ChocolateCSS/releases/tag /v1.0.0 " >Download</a >
2626
2727CSS:
2828``` css
29- @import url (" https://github.com/MathisBurger/ChocolateCSS/releases/download/v1.0.0-beta /chocolate.min.css" );
29+ @import url (" https://github.com/MathisBurger/ChocolateCSS/releases/download/v1.0.0/chocolate.min.css" );
3030```
3131
3232HTML:
3333``` html
34- <link rel =" stylesheet" href =" https://github.com/MathisBurger/ChocolateCSS/releases/download/v1.0.0-beta /chocolate.min.css" >
34+ <link rel =" stylesheet" href =" https://github.com/MathisBurger/ChocolateCSS/releases/download/v1.0.0/chocolate.min.css" >
3535```
3636
3737<strong >NOTE:</strong > You need following line of code in your ` head ` tag. If you do not, the whole responsive design will not work.
4040<meta name =" viewport" content =" width=device-width, initial-scale=1" />
4141```
4242
43- Now unzip the scripts.zip and place the ` js/ ` folder whereever you want.
43+ Download the ` script.zip ` from the latest release.
44+
45+ Now unzip the ` scripts.zip ` and place the ` js/ ` folder whereever you want.
4446It is important, because you will need these scripts for further functionalities of the libary.
4547
4648# Scripts
You can’t perform that action at this time.
0 commit comments