give common margin in css to right and left in html css throughout the website 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;
}