diff --git a/views/myfiles.ejs b/views/myfiles.ejs index 30fc984..11e254b 100644 --- a/views/myfiles.ejs +++ b/views/myfiles.ejs @@ -159,12 +159,53 @@ p { margin-left: auto; } +input[id="searchBar"] { + height: 60px; + width: 250px; + background-color: white; + font-size: 20px; + margin-top: 10px; + margin-bottom: 10px; + margin-left: auto; + margin-right: auto; + display: block; + text-align: center; + cursor: pointer; + font-family: "Montserrat", sans-serif; + border-radius: 24px; + transition-duration: 0.4s; + border:0cm +} +
Preview |
---|