CSS not working [SOLVED]

Hi there,

The CSS that I have written is not working in codepen. Can anyone kindly help me with this.

The link of the pen is below.

Thanks and Regards
Akshay

Hi @akshayVasuAlpha

When using bootstraps grid, you need to contain your columns inside a row. So in your code, if you add the class row to the target div, you should find that the css works as expected.

<div class="target row">
1 Like

Hey Joe,

It is now working, Thanks for the help.:slight_smile:

Cheers.

1 Like