You should put a padding in each object. For example, you want a space between images, you can use the following:
img{
padding: 5px;
}
That means 5px paddin for ALL sides. Read more at http://www.w3schools.com/css/css_padding.asp. By the way, studying a lot before attempting to program will make things easier for you (and for us).