diff --git a/README.md b/README.md index 97065e3..cc502b0 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # avl + WAVL Tree Visualization using D3JS Simply fork repository and run index.html diff --git a/index.html b/index.html index 2809245..caa227f 100755 --- a/index.html +++ b/index.html @@ -1,23 +1,50 @@ - - - + + + -
- - -
-
- - + + +
- +
+ + +
+ +
+ - - - + + + + + + + + + + + + diff --git a/style.css b/style.css index 0034652..3a40d5b 100755 --- a/style.css +++ b/style.css @@ -6,9 +6,9 @@ } .text { - font-family: 'Open Sans', sans-serif; - fill: #3498db; - font-size: 16px; + font-family: "Open Sans", sans-serif; + fill: #3498db; + font-size: 16px; } .link {