0
How to set margin
I m confused how to set div margin for responsive web also if we we zoom in or out on browser the contain should not go outside
2 Respostas
+ 3
CSS : "margin : top right bottom left;"
example:
margin:5px 0 5px 0;
0
u can use margin-top: , margin-left: , margin-right: , margin-bottom: in css and can also use overflow:hidden along with it