From dabf5f067755f471d0b6568040a21f457a194470 Mon Sep 17 00:00:00 2001 From: robinszym <46560732+robinszym@users.noreply.github.com> Date: Thu, 10 Jan 2019 11:39:12 +0100 Subject: [PATCH] Add files via upload --- css/style.css | 75 +++++++ index.html | 83 ++++++++ js/index.js | 544 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 702 insertions(+) create mode 100644 css/style.css create mode 100644 index.html create mode 100644 js/index.js diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..7b5264d --- /dev/null +++ b/css/style.css @@ -0,0 +1,75 @@ +.wave-container { + display: flex; + justify-content: flex-start; +} + +#canvas{ + border: 2px solid #111111; + background-color: rgb(0, 0,35 ); + position: relative; + padding-left: 0; + padding-right: 0; + display: block; + +} +#radio{ + display: flex; + flex-direction: column; + + padding: 10px; + margin-top: 20px; + width: auto; + margin-left: auto; + margin-right: auto; +} + +.first-line { + margin-bottom: 20px; +} + +#radio input { + +} +#panel{ + position: relative; + box-shadow: 2px 2px 2px rgb(200 200 200); + width: 300px; + padding: 20px; + margin: 2px; + + +} + +#panel > * { + display: inline-flex; + padding-top:5px; +} + +.wave-container > *{ + +} + +.form-block { + display: flex; + flex-direction: column; + +} + +.btn input { + background-color: transparent; + border: #88EAA5 solid 3px; + padding: 10px; + border-radius: 20px; +} + +.btn { + padding: 10px; + font-weight: bold; +} + +.btn:hover input { + background-color: #88EAA5; + color: white; + border: #88EAA5 solid 3px; +} + diff --git a/index.html b/index.html new file mode 100644 index 0000000..a506830 --- /dev/null +++ b/index.html @@ -0,0 +1,83 @@ + + + +
+ +Frequency
+ +Amplitude
+ +Decibel reference
+ +Damping
+ +