Skip to content

Commit

Permalink
justify
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan authored Dec 12, 2023
1 parent 54c9029 commit dccfea6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
color: #2d3748; /* Darker color for text */
margin: 10px 0;
}
.main {
text-justify: auto,
}
.header {
font-size: 24px; /* Larger font size for headers */
font-weight: bold;
Expand All @@ -39,11 +42,13 @@
<p>CursedCTF 2 Finals: Q4 2024</p>
</div>

<p>Join our Discord: <a href="https://discord.gg/RGzgGvTnYA">discord.gg/RGzgGvTnYA</a></p>

<p>Follow us on LinkedIn: <a href="https://www.linkedin.com/company/cursedctf">linkedin.com/company/cursedctf</a></p>
<div class="main">
<p>Join our Discord: <a href="https://discord.gg/RGzgGvTnYA">discord.gg/RGzgGvTnYA</a></p>

<p>cursedcon - Q4 2024 - more <a href="https://www.linkedin.com/pulse/announcing-cursedcon-cursedctf-pwcsc">details</a> to come.</p>
<p>Follow us on LinkedIn: <a href="https://www.linkedin.com/company/cursedctf">linkedin.com/company/cursedctf</a></p>

<p>cursedcon - Q4 2024 - more <a href="https://www.linkedin.com/pulse/announcing-cursedcon-cursedctf-pwcsc">details</a> to come.</p>
</div>

<div class="footer">
<p><a href="/2023.html">CursedCTF 2023</a></p>
Expand Down

0 comments on commit dccfea6

Please sign in to comment.