Skip to content

Commit ae02bcb

Browse files
committed
2 parents ab6a3ff + 2fbb942 commit ae02bcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ li a:active {
5656
}
5757

5858
.container {
59-
position: absolute;
59+
position: relative;
6060
box-shadow: 5px 10px 8px 10px #888888;
6161
border-radius: 50%;
6262
}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<li><a href="#band">Introduction</a></li>
99
<li><a href="#artists">Artists</a></li>
1010
<li><a href="#game">Game</a></li>
11-
<li><a href="#ticketinformation">Tickets and Contact</a></li>
11+
<li><a href="#ticketinformation">Tickets & Contact</a></li>
1212

1313
</ul>
1414
</div>

0 commit comments

Comments
 (0)