html text margin code example
Example 1: html inline style margin
<div class="myClass" style="margin-top: 20px;">
<div class="myClass">
<div class="myClass" style="margin-bottom: 20px;">
Example 2: how to margin placeholdr text
input[type="text"]::placeholder {
/* Firefox, Chrome, Opera */
padding-left: 10px;
}
/*Must include type="text" in HTML*/