diff --git a/custom.css b/custom.css index 483beb0..7cf545f 100644 --- a/custom.css +++ b/custom.css @@ -7,11 +7,21 @@ body { .flex { display: flex; margin-left: 10vw; + margin-right: 10vw; justify-content: center; height: 100vh; flex-direction: column; } +.search { + width: 100%; + display: block; + border: none; + padding: 10px 10px 10px 10px; + margin-bottom: 2em; + border-radius: 5px; +} + .title { color: #a6e22e; display: inline-block; @@ -35,3 +45,4 @@ body { display: inline-block; transition: color .5s; } + diff --git a/index.html b/index.html index c80bc4f..07da695 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,19 @@