:: **Zploit** v1.0 | Current Path: **/home/kreativepixelz/soulmeetvivah.com/**
:: Editing File: test.html
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Travelling Map</title> </head> <style> body{ width: 100%; height: 500px; background:url("images/background/11.jpg"); background-size: cover; margin: 0px; padding-left: 0px; } .search{ margin-top: 20%; } .search input{ width: 250px; height: 35px; /*border-radius: 30px;*/ } .search button{ width: 60px; height: 40px; } </style> <body> <center> <div class="search"> <input type="text" placeholder="Search location"> <button>Search</button> </div> </center> </body> </html>