.realmadrid .player {
background: #fff linear-gradient(to bottom,
#fff 60%, #000 60% 61%, #fff 64%);
}
.spain .player {
background:
linear-gradient(to bottom,
transparent 0% 60%, #035781 60%),
linear-gradient(to right,
#f31f2d 5% 10%, #eebe4f 10% 16%,
#84485f 16% 22%, #f31f2d 22% 40%);
&::before { color: yellow; }
}
2