Hello, tell me, how can I change the color of the photo frame? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hello, tell me, how can I change the color of the photo frame?

I need to create a color frame

5th Nov 2021, 9:55 AM
Marshall Newberri
Marshall Newberri - avatar
1 Answer
+ 1
Probably you need to change border In css: img { border: 1px solid red; }
5th Nov 2021, 10:48 AM
PanicS
PanicS - avatar