Jak dodać przestrzeń między obrazem a tekstem w CSS

img {
  display: inline-block;
  margin: 25px 10px; /* Change this to fit all images */
}
Izzy