Skip to content

Commit

Permalink
nav home for vote for the goat changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SanPranav committed Nov 1, 2024
1 parent d8730fd commit b7217b8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions _includes/nav/vote_for_the_goat.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
<style>
table {
border-collapse: separate;
border-spacing: 0;
width: 100%;
border-radius: 15px;
overflow: hidden;
}

td {
padding: 1rem;
text-align: center;
background: #1A1A1A;
border-bottom: 1px solid #333;
}

td:first-child {
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}

td:last-child {
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}
</style>
<table>
<tr>
<td id="createandcompete">
Expand Down

0 comments on commit b7217b8

Please sign in to comment.