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 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
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">
Hey Joe,
It is now working, Thanks for the help.
Cheers.