1234567891011121314151617181920212223 |
- html,body {
- text-align: left;
- }
- img.smaller {
- margin-bottom: 59px;
- margin-top: -41%;
- margin-left: 20px;
- margin-right: 70%;
- }
- .search_part {
- margin-bottom: -25%;
- margin-top: 0px;
- }
- .search_bar {
- vertical-align: left;
- width: 60%;
- height: 24px;
- margin-bottom: 55px;
- margin-top: -35%;
- margin-right: 30px;
- }
- </body>
- </html>
|