759036-2-ref.html (261B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 .clipround { 6 width:250px; 7 overflow:hidden; 8 transform: translateX(300px); 9 border-radius:35px; 10 opacity:0.5; 11 } 12 </style> 13 </head> 14 <body> 15 <img src="mozilla-banner.gif" class="clipround"> 16 </body> 17 </html>