1425243-1-ref.html (459B)
1 <style> 2 .logo { 3 display: flex; 4 align-items: center; 5 background-color: #4a4a4a; 6 mask: url(pinwheel_logo.svg) center center/contain no-repeat; 7 width: 60px; 8 height: 60px; 9 } 10 .logo .background { 11 background-image: linear-gradient(red, green); 12 width: 65px; 13 height: 65px; 14 background-size: cover; 15 background-position: 50%; 16 transform: rotate(270deg); 17 } 18 </style> 19 <a class="logo"> 20 <span class="background"></span> 21 </a>