Skip to content

Commit 939ed49

Browse files
updated style.css
added documentation (author, date, version number)
1 parent 476310f commit 939ed49

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

style.css

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*Linear Search Visualization CSS File
2+
author(Joshua Thomas)
3+
date(07.01.2022)
4+
version:1.0
5+
*/
6+
17
#box1,#box2,#box3,#box4,#box5{
28
width:110px;
39
height:110px;
@@ -21,4 +27,4 @@
2127
#start,#clear{
2228
font-size:50px;
2329
border-radius:10px;
24-
}
30+
}

0 commit comments

Comments
 (0)