Being a newbie in the world of website designing, I have recently dabbled in HTML and CSS to get started.
As I was following a tutorial on website designing, I stumbled upon another tutorial showcasing how to create a CSS RESPONSIVE CARD HOVER EFFECT for the second section of my webpage. https://www.youtube.com/watch?v=8b2mTq0Xrtw&ab_channel=OnlineTutorials
The issue I encountered revolves around aligning my images within the body and container tags. These are already defined in my style sheet, so implementing the changes suggested in the tutorial disrupts the alignment of my entire web design.
Are there any alternative tags that could circumvent this problem? I attempted using a div class with a different name, but unfortunately, it did not yield the desired results!
I realize this might be a simple fix, yet despite numerous attempts—including creating a separate stylesheet—nothing seems to work as intended!