make this: <!--on //coponent-card.css// replace absolute property with fixed :like above code:--> .card__heading a::after {bottom: 0;content: '';left: 0;position: fixed;right: 0;top: 0;z-index: 1;} <!--on //base.css// copy and paste under code at b...