Please, how can I put in all images border radius?
I try with css:
img?{
border-radius: 5px;
}
But it doesn’t work.
Greetings.