diff --git a/assets/Header BK.gif b/assets/Header BK.gif new file mode 100644 index 0000000..937ac20 Binary files /dev/null and b/assets/Header BK.gif differ diff --git a/dashboard.html b/dashboard.html index aa98fa2..4fdaf1c 100644 --- a/dashboard.html +++ b/dashboard.html @@ -9,6 +9,17 @@ + + + + + + + + + + + - /* SUBMIT BUTTON START */ - .submitButton{ + + + #sevradio br { + margin-top: 10px; + } + .btnside { + color: #ffffff; + background-color: #42424b; + font-size: 19px; + /* border: 2px solid #000000; */ + outline: none; + border: none; + width: 100%; + height: 50px; + cursor: pointer; + } + + .btnside:hover { + color: #ffffff; + background-color: #377aea; + } + -
- -