when i click on form a margin is showing html code example
Example 1: css margin bottom
.yourClass {
margin-bottom: 25px;
}
Example 2: css code for margin
body {
margin: 0px;
}
.yourClass {
margin-bottom: 25px;
}
body {
margin: 0px;
}