Editor ► Run
Copy
<p> Never cry for the person who hurts you. Just smile and say, thanks for giving 
                        me a chance to find someone better than you. </p>
<div> Never cry for the person who hurts you. Just smile and say, thanks for giving 
                        me a chance to find someone better than you. </div>
Copy
p {
    margin-top: 10px;
    margin-right: 25px;
    margin-bottom: 20px;
    margin-left: 50px;
    background: #aed7f5;
}

div {
    margin-top: 5cm;
    margin-right: 1cm;
    margin-bottom: 2pc;
    margin-left: 5mm;
    background: #f1aef5;
}
Copy

                
CSS Margin