no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 1425243-1-ref.html
blobc11e9cee9874940bb0627b238f69eaeafe139668
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;
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);
18 </style>
19 <a class="logo">
20 <span class="background"></span>
21 </a>