You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Always add a new CSS Loader, do not repeat the Loader.
10
+
11
+
- Always add a new CSS Loader, do not repeat the Loader.
11
12
- Make a CSS-LOADER in HTML file(index.html). [here](index.html)
12
13
- Add the CSS for the your loader in the CSS file(index.css). [here](index.css)
13
-
- Add the HTML Code and CSS code inside the JavaScript file(index.js) inside the codes array by making the object, as shown in the index.js file. [here](index.js)
14
+
- Add the HTML Code and CSS code inside the JavaScript file(codes.js) inside the codes array by making the object, as shown in the codes.js file. [here](codes.js)
15
+
14
16
### Fork this repository
15
17
16
18
Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
@@ -19,8 +21,9 @@ Fork this repository by clicking on the fork button on the top of this page. Thi
19
21
20
22
Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository.
21
23
22
-
*if you want to use the terminal, use the following commands*
24
+
_if you want to use the terminal, use the following commands_
23
25
after you fork the repository , open the terminal type the given command
0 commit comments