Hi, I have three images in a website. I want to change the size of just one of them. I have tried with class, but I can´t do it.
I suppose is an easy solution, but I am just beginning in coding and html.
Thanks in advance.
Hi, I have three images in a website. I want to change the size of just one of them. I have tried with class, but I can´t do it.
I suppose is an easy solution, but I am just beginning in coding and html.
Thanks in advance.
Ok, i have used Id. Solved. Thanks.
You can also use a different class for your image.
You can give things as many classes as you want, but only one ID.
Oh, great tip man.
Thanks!