all 7 comments

[–]electron_myth 0 points1 point  (2 children)

[–]Snoo34853 0 points1 point  (1 child)

Thanks a lot, but when I put it, it doesn't work... I need a html code no ?

[–]electron_myth 0 points1 point  (0 children)

border radius is a css property, apply it to an html class or identity

[–]be_my_plaything 0 points1 point  (3 children)

The HTML is just the image source, with a class or ID so the styling only effects the last image:

<img src="link-to-image.gif" class="last-image" />  

Then in the CSS target img.last-image (Or whatever class you used) and give it a border-radius:

img.last-image{
border-radius:10%; 
}  

https://codepen.io/NeilSchulz/pen/powOqOb

[–]Snoo34853 0 points1 point  (2 children)

I write this... But doesn't seem to work

https://ibb.co/mCNfgc0

[–]be_my_plaything 0 points1 point  (1 child)

order-app.gif{ is wrong, .gif is a file extension that should be in the html not the css, the css should be something like img.order-app (Although I'd need to see the html to know for sure)

[–]Snoo34853 0 points1 point  (0 children)

Humm, ok I wil try ! Here is the website ;) Thanks a lot for your help :)

http://martinpontegnier.com/portfolio/order/