I have limited knowledge of HTML and CSS, so I am unsure how to search for a similar post on StackOverflow. My apologies if this is a duplicate question.
I am looking to achieve the following:
margin-horizontal
{
margin-left: value;
margin-right: value;
}
<div style="margin-horizontal: 50px">
Is there a way to implement this functionality?