Answer:
Hi there Zelenky! This is a good question to practice style sheets and effects. Please find my answer below.
Explanation:
Below CSS contains the code to answer all parts of the question.
nav#gameLinks a::after {
content: ‘’;
top: 100%;
left: 0px;
width: 0%;
height: 8px;
position: absolute;
background: -webkit-gradient(linear, right, left, from(rgb(237, 243, 71)), to(rgb(188, 74, 0));
border-radius: 4px;
opacity: 0;
}