[This is the HTML code for my website:][2]
<div class="column-box" style="width: 100%"></div>
<div id="column1" style="float:left; margin:15; width:33%;">
<p>Sara Adams<br>
I am a Web Developer and Content Creator with a passion for user experience design.
</p>
</div>
<div id="column2" style="float:left; margin:15;width:33%;">
<p>EXPERIENCE<br>
and so on...
I attempted to add margin and padding through CSS, but it didn't have any effect
.column1 {
padding: 50px !important;
}
Is there an alternative approach that would achieve the same result more effectively? I want to keep the text within their designated columns.
Any assistance would be greatly appreciated