Template:Round button/styles.css

Revision as of 01:31, 2 June 2021 by Samwilson (talk | contribs) (formatting)
.roundbutton {
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    width: 54px;
    height: 54px;
    padding: 12px;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
}

.roundbutton-large {
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    width: 68px;
    height: 68px;
    padding: 15px;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
}
Discuss this page