With the "inline-block" value in CSS3, I am trying to align images into the center but it isn't aligning!
I have tried using the "block" value as well but it still doesn't work. Is it my PC? Is it the browser?
.link-images-js{
display: inline-block;
text-align: center;
}
With Visual Studio Code it doesn't detect anything wrong, same with NP++ and Sublime Text 3. With the "inline-block" value, it has worked once but after that it hasn't worked. Does anyone have any idea what the problem is?