Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<a href="#" class="previous round">&#8249;</a>
<a href="#" class="next round">&#8250;</a>
 
<style>
a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

a:hover {
    background-color: #EC0677;
    color: regalcandy;
}

.previous {
    background-color: #f1f1f1;
    color: candygrey;
}

.next {
    background-color: #f1f1f1;
    color: candygrey;
}

.round {
    border-radius: 50%;
}
</style>