Skip to content

Commit 94b1a27

Browse files
committed
'Random Background Color Changer' create: new project: 'Random Backgorund Color Changer' 'freeCodeCamp'
1 parent 1823cd0 commit 94b1a27

16 files changed

Lines changed: 58 additions & 85 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
!*.html
2+
!*.png
3+
!**/*.svg
4+
*.log
5+
.DS_Store
6+
7+
8+
9+

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<a id=top></a>
2+
3+
# Random Background Color changer
4+
5+
### technologies
6+
7+
<table>
8+
<thead>
9+
<tr>
10+
<th height=33 width=91>JavaScript</th>
11+
<th height=33 width=91>CSS</th>
12+
<th height=33 width=91>HTML</th>
13+
</tr>
14+
</thead>
15+
<tbody>
16+
<tr>
17+
<td height=33 width=91>
18+
<a href=https://ecma-international.org/publications-and-standards/standards/>
19+
<img src=https://github.com/AndriiKot/JS__Role_Playing_Game__FreeCodeCamp/blob/main/preview/icons/javascript-1.svg alt=JavaScript>
20+
</a>
21+
</td>
22+
<td height=33 width=91>
23+
<a href=https://www.w3.org/Style/CSS/>
24+
<img src=https://github.com/AndriiKot/JS__Role_Playing_Game__FreeCodeCamp/blob/main/preview/icons/css.svg alt=CSS>
25+
</a>
26+
</td>
27+
<td height=33 width=91>
28+
<a href=https://html.spec.whatwg.org/multipage/>
29+
<img src=https://github.com/AndriiKot/JS__Role_Playing_Game__FreeCodeCamp/blob/main/preview/icons/html.svg alt=HTML>
30+
</a>
31+
</td>
32+
</tr>
33+
</tbody>
34+
</table>
35+
36+
[back to top](#top)

app1.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

app2.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

app3.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

app4.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

app5.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

app6.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

app7.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

app8.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)