how to add space between image and text in css

Solutions on MaxInterview for how to add space between image and text in css by the best coders in the world

showing results for - "how to add space between image and text in css"
Gabriele
22 Mar 2017
1img {
2  display: inline-block;
3  margin: 25px 10px; /* Change this to fit all images */
4}