<div class="round">
                    <a href="#" class="round-button">150р</a>
                    <a href="#" class="round-button">200р</a>
                    <a href="#" class="round-button">300р</a>
                    <a href="#" class="round-button">500р</a>
                    <a href="#" class="round-button">1000р</a>
                </div>
.round{
  display:flex;
  max-width:500px;
  border:1px #cc0000 solid;
}

.round-button {
    width: 75px;
    height: 75px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    background: #ff8300;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  text-decoration:none;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.