Untitled

 avatar
unknown
plain_text
2 years ago
1.2 kB
5
Indexable
<div class="eg-quick-cta">
    <a class="eg-invest-quick-link eg-same-property">Invest</a>
    <a class="eg-factsheet-quick-link eg-same-property">Factsheet</a>
    <a class="eg-infopack-quick-link eg-same-property">Infopack</a>
</div>












.eg-quick-cta {
    width : 100%;
    max-width : 358px;
    display: flex;
    flex-direction: column;
    padding: 40px 22px 44px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #F9F6F4;
    gap: 10px
}

.eg-same-property {
    display: flex;
    width: 316px;
    min-width: 110px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    text-decoration: none !important;
    color: #FC4D16;
    text-align: center;
    font-family: Rund Text;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.eg-invest-quick-link {
    background: #FC4D16;
    color: #FFF !important;
}

.eg-invest-quick-link:hover {
    background-color: rgb(255 98 49 / 1) !important;
}

.eg-factsheet-quick-link,
.eg-infopack-quick-link {
    border-radius: 100px;
    background: #FFF;
}
Editor is loading...
Leave a Comment