Help with div, html positioning

So I’m attempting to more into divs and how to use the col classes and such.

This is the link to my current project: https://codepen.io/MrRAGEiiN/pen/OjxYqm

I am kinda making a mini blog as a starter project. But I’m struggling to understand how to add say a img right of left of the about me section, and just add things in general for the future.

You are using bootstrap grids which was overriding any padding I added with CSS.

Change,

    <div class="col-sm-2 img-rounded>

to,

    <div class="col-sm-4 img-rounded>

And your issue will be resolved :slight_smile: