Separate elements

Hello to everyone. Could you hint me how to separate this elements like this. 2

You want to build like a form like refer this link
https://www.w3schools.com/tags/tag_fieldset.asp

1 Like

You can separate elements within the form using CSS. For example, you could add a certain margin to the input elements like this:


input{
    	margin:10px;
    }