From 25ace54553ba6916351b68d3644bbc3552bf2539 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 1 May 2022 17:10:46 +0200 Subject: [PATCH] chore: format rest of the files Signed-off-by: Matej Focko --- README.md | 1 + index.html | 55 ++++++++++++++++++++++++++++++++++++++++-------------- style.css | 6 +++--- 3 files changed, 45 insertions(+), 17 deletions(-) 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 {