diff --git a/esppng-system-bypass/index.css b/esppng-system-bypass/index.css new file mode 100644 index 0000000..6f20242 --- /dev/null +++ b/esppng-system-bypass/index.css @@ -0,0 +1,28 @@ +html { + font-family: 'Quicksand', sans-serif; + background-color: rgb(245, 178, 178); +} + +.hello { + position: relative; + text-align: center; +} + +input { + border-radius: 7px; + border-color: green; +} + +button { + border: none; + border-radius: 13px; + background-color: rgb(193, 2, 138); + color: white; + padding: 5px; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 200ms; +} + +button:hover { + transform: scale(1.3); +} \ No newline at end of file diff --git a/esppng-system-bypass/index.html b/esppng-system-bypass/index.html index de1359b..23f5c90 100644 --- a/esppng-system-bypass/index.html +++ b/esppng-system-bypass/index.html @@ -1,19 +1,25 @@ -
+ + + + + +