@yaseenomeiraSubmitted over 1 year ago
I can't make it responsive, any tips?
I can't make it responsive, any tips?
Hi mate, great job! you can make it responsive by
@media screen and (max-width:375px){ .product{ display: flex; flex-direction: column; } }
As well add other styles into the media query.
Try setting your background image to no-repeat.(background-repeat: no-repeat;) Also add some style to your button and remove the border line.
Nice try mate!!!