diff --git a/custom.css b/custom.css new file mode 100644 index 0000000..f04768c --- /dev/null +++ b/custom.css @@ -0,0 +1,20 @@ +.columns { + width: 100%; + background-color: #dfe6e9; + border-radius: 5px; + padding: 20px; +} + +.box { + box-shadow: none; +} + +button { + background-color: #00b894; + color: white; + padding: 14px 20px; + margin: 8px 0; + border: none; + border-radius: 4px; + cursor: pointer; +} \ No newline at end of file diff --git a/index.html b/index.html index 1ca0356..f9c71f9 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ JSON Comparator +