Below I will show you how to make the search box effect google does.
First the search bar is in middle of the page. Then it moves up if typed in.
HTML:
1 | <div class="w90 mx-auto" ng-style="searchStyle()"> |
Angular:
1 | function blogsCtrl($scope){ |
CSS:
1 | .w90{ |