diff --git a/js/test.json b/js/test.json new file mode 100644 index 0000000..ab974d8 --- /dev/null +++ b/js/test.json @@ -0,0 +1,9 @@ +{ + "red":"#f00", + "green":"#0f0", + "blue":"#00f", + "cyan":"#0ff", + "magenta":"#f0f", + "yellow":"#ff0", + "black":"#000" +} diff --git a/styles/styles.css b/styles/styles.css index 01efd31..3161a32 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -29,7 +29,7 @@ canvas { width: 75%; height: 100% ;} border-radius: 0; height: auto; -webkit-appearance: none; - background: url('/assets/select-arrow.png') no-repeat right center #333; + background: url('../assets/select-arrow.png') no-repeat right center #333; color: #67989A; margin: 0 auto;