css 318 B

1234567891011121314151617181920212223
  1. html,body {
  2. text-align: left;
  3. }
  4. img.smaller {
  5. margin-bottom: 59px;
  6. margin-top: -41%;
  7. margin-left: 20px;
  8. margin-right: 70%;
  9. }
  10. .search_part {
  11. margin-bottom: -25%;
  12. margin-top: 0px;
  13. }
  14. .search_bar {
  15. vertical-align: left;
  16. width: 60%;
  17. height: 24px;
  18. margin-bottom: 55px;
  19. margin-top: -35%;
  20. margin-right: 30px;
  21. }
  22. </body>
  23. </html>