Template: Round button/styles.css

(Samwilson changed the content model of the page Template:Round button/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
(formatting)
Line 1: Line 1:
.roundbutton {
.roundbutton {
     display: inline-block;
     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;
    border-radius: 50%;
    color: #ffffff;
    width: 54px;
    height: 54px;
    padding: 12px;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
}
}


.roundbutton-large {
.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;
     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;
}
}

Revision as of 01:31, 2 June 2021

.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