759036-2.html (253B)
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 } 11 </style> 12 </head> 13 <body> 14 <img src="mozilla-banner-opacity.gif" class="clipround"> 15 </body> 16 </html>