Skip to content

Commit

Permalink
link color
Browse files Browse the repository at this point in the history
Signed-off-by: Ana Goessens <[email protected]>
  • Loading branch information
anagoessens committed Sep 8, 2024
1 parent bf72ab5 commit b3c7db8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
margin: 0;
text-shadow: 2px 2px 4px #ff00ff;
}

a {
color: white;
}

.carousel {
width: 80%;
Expand Down Expand Up @@ -128,13 +132,12 @@ <h1>Het is weer tijd voor Halloween</h1>

<div class="info-section">
<h2>Durf jij te komen?</h2>
<a href="path/to/your/event.ics" download="event.ics">Voeg het event toe aan je kalender</a>
<p>πŸŽƒ Datum: Tbd</p>
<p>⏰ Tijd: 20:00 - 01:00</p>
<p>πŸ“ Locatie: Tbd</p>
<p>πŸ‘» Je favoriete Halloween feest is opgestaan uit de dood. Kom feesten en val in de prijzen met je meest creatieve kostuum!</p>
</div>
<p><a href="path/to/your/event.ics" download="event.ics">Voeg toe aan je kalender</a></p>


<div class="carousel">
<div class="carousel-inner">
Expand Down Expand Up @@ -184,7 +187,7 @@ <h2>FAQ</h2>
<p>Gaan we het gezellig hebben: JA!</p>
</div>
<a href="mailto:[email protected]">Vragen? Ideeen? Email ons!</a>

<div class="ghost" style="top: 20%; left: 5%;">πŸ‘»</div>
<div class="ghost" style="top: 40%; right: 5%;">πŸ‘»</div>
<div class="ghost" style="bottom: 10%; left: 10%;">πŸ‘»</div>
Expand Down

0 comments on commit b3c7db8

Please sign in to comment.