1696439-1.html (216B)
1 <html> 2 <head> 3 <style> 4 .circle { 5 width: 140px; 6 height: 140px; 7 border-radius: 70px; 8 background: green; 9 transform: rotate(15deg); 10 } 11 </style> 12 </head> 13 <body> 14 <div class="circle"></div> 15 </body> 16 </html>