change in style.css

pull/164/head
Abu Harish 12 months ago
parent 236f68461b
commit 020222d927

@ -17,7 +17,8 @@ body {
.search { .search {
position: relative; position: relative;
height: 50px; height: 30px;
} }
.search .input { .search .input {
@ -27,20 +28,22 @@ body {
padding: 15px; padding: 15px;
height: 50px; height: 50px;
width: 50px; width: 50px;
transition: width 0.3s ease; transition: width 0.4s ease;
border-radius: 50px;
} }
.btn { .btn {
background-color: #fff; background-color: #fff;
border: 0; border: 0 ;
cursor: pointer; cursor: pointer;
font-size: 24px; font-size: 24px;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0px;
height: 50px; height: 50px;
width: 50px; width: 50px;
transition: transform 0.3s ease; transition: transform 0.4s ease;
border-radius: 25px;
} }
.btn:focus, .btn:focus,

Loading…
Cancel
Save