How can I add my portfolio images into CSS and keep the same look as it is in this fiddle: http://jsfiddle.net/Q535e/
<section>
</section>
I am learning how to make a portfolio section of my website and for this purpose I just added some random links to HTML, but now I want to download those images and save them into "images" folder. So, the images should be called from my hard disc ("images" folder) instead from web links.
Thanks in advance!