diff --git a/index.html b/index.html index 1ca0356..d5af66e 100644 --- a/index.html +++ b/index.html @@ -8,12 +8,67 @@ #noti{ display: none; } + .container{ + background-color: #333; + color: white !important; + border-radius: 0; + } + .box1{ + background-color:#000; + } + .title{ + margin: auto; + font-weight: 500; + text-align: center; + color: white; + font-family: monospace; + margin-bottom: 0 !important; + + } + + .block { + width: 25%; + height: 2px; + background-color: teal; + margin: auto; + margin-bottom: 50px !important; + } + div, textarea, button{ + border-radius: 0 !important; + } + .label{ + text-decoration: underline; + text-decoration-color: teal; + color: #ddd; + } + .textarea{ + border: 0px; + border-bottom: 1px solid white; + border-left: 1px solid white; + background: transparent; + color: #aaa; + } + .textarea:hover{ + border: 1px solid white; + } + .textarea:focus{ + border: 1px solid teal; + } + .button{ + background-color: teal !important; + transition: all 0.5s; + } + .button:hover { + background-color: black !important; + border: 2px solid teal !important; + }