Multimart / static /css /welcome.css
Abdullah6395's picture
made site responsive resolved image error in add products section
99bad59
raw
history blame contribute delete
390 Bytes
.login,.signup{
border-radius: 20px;
background-color: blue;
color: azure;
font-size: 50px;
margin-top: 30px;
}
.buttons{
display: flex;
justify-content: space-around;
}
.page{
position: fixed;
margin: auto;
bottom: 50%;
right: 15%;
}
.welcome{
text-align: center;
font-size: 70px;
color:white;
}
body{
background-color: black;
}