New
<style>
.container1 {
width: 1500px;
height: 500px;
background: url(https://cdn.shopify.com/s/files/1/0560/7961/4142/files/rrrr-01.jpg?v=1636637629);
background-repeat: no-repeat;
background-size: 100% 100%;
display: flex;
justify-content: center;
align-items: center;
}
button {
background-color: #438d86;
color: white;
font-size: 25px;
margin-right:20px;
padding:15px;
}
.center{
display: flex;
justify-content: center;
}
@media (max-width: 700px) {
.flex-container1 {
flex-direction: column;
}
}
</style>
<p> </p>
<div class="center">
<div class="container1">
<div><button onclick="window.location.href='https://www.ecomarketplace.us/account/login';">Wholesale Buyer</button></div>
<div> <button onclick="window.location.href='https://www.ecomarketplace.us/account/login';"> Wholesale Seller</button>
</div>
<div><button onclick="window.location.href='https://www.ecomarketplace.us/';"> Home Page</button></div>
</div>
</div>