I’m pleased to announce that ecoCart a RESTful eCommerce web application which I’ve been working as my University web-script programming unit coursework is available for anyone to download and use here. Download Full description: ecoCart is an “online shopping cart” web application which can be installed and fully managed, as well as maintained by […]
Tag: css
How to round the edges of an image with CSS
While at work today I needed to round the edges of an image using CSS, as in the image itself is square. I quickly browsed the web because I, for some reason, assumed that border-radius wouldn’t work. A lot of examples on how to round the edges of an image mention putting a div around […]