Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <div class="mainbody">
  2. <img class="logo" src="img/google-logo.png" alt="Google">
  3. <div class="searchbox">
  4. <input class="searchbar" type="search" name="search">
  5. <img id="miclogo" src="img/google-mic.png" width="24px" height="24px">
  6. </div>
  7. <div class=searchbuttons>
  8. <input type="submit" value="Google Search">
  9. <input type="submit" value="I'm Feeling Lucky">
  10. </div>
  11.  
  12.  
  13. .mainbody {
  14. padding-top: 175px;
  15. text-align: center;
  16. }
  17.  
  18. .searchbox {
  19. display: flex;
  20. justify-content: center;
  21. align-items: center;
  22. width: 584px;
  23. height: 44px;
  24. border: 1px solid #ccc;
  25. border-radius: 3px;
  26. box-shadow: 1px 2px 3px lightgray;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement