I have the following code:
<style>
h1 {margin-bottom: 40px;}
h3 {margin-top: 60px;}
</style>
</head>
<body>
<h1>H1</h1>
<h3>H3</h3>
I don't know how to put HTML code here, so H1 is between h1 tags and H3 between h3 tags. I thought the margin between these two would be 100px, 60px + 40px, but apparently it's 60px, why's that?
Aucun commentaire:
Enregistrer un commentaire