heyiamheren
Registered
- Thread starter
- #1
Hello, can you please tell me how to fix this error? I cannot make my banners align right.



I need them to be the same size as the grey one



Code:
.imgUser1 {
background: url(https://i.postimg.cc/cH0TQSQb/1000098360.png) no-repeat;
height: 40px;
width: 110px;
text-indent: -10000em;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
}
.imgMP {
background: url(https://i.postimg.cc/h4d668Hc/1000098385-1-1-1-1.png) no-repeat;
height: 60px;
width: 150px;
border-radius: 4px;
text-indent: -1000em;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
}
I need them to be the same size as the grey one