HTML, CSS, PHP, and MySQL Final Project
Margin adds space outside an element.
<style> .margin-box { background: #bfdbfe; border: 2px solid #2563eb; padding: 20px; margin: 40px; } </style> <div class="margin-box"> This box has a margin of 40px around it. </div>