We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab6a3ff + 2fbb942 commit ae02bcbCopy full SHA for ae02bcb
css.css
@@ -56,7 +56,7 @@ li a:active {
56
}
57
58
.container {
59
- position: absolute;
+ position: relative;
60
box-shadow: 5px 10px 8px 10px #888888;
61
border-radius: 50%;
62
index.html
@@ -8,7 +8,7 @@
8
<li><a href="#band">Introduction</a></li>
9
<li><a href="#artists">Artists</a></li>
10
<li><a href="#game">Game</a></li>
11
- <li><a href="#ticketinformation">Tickets and Contact</a></li>
+ <li><a href="#ticketinformation">Tickets & Contact</a></li>
12
13
</ul>
14
</div>
0 commit comments