Template: Round button/styles.css

(copied from common.css)
 
(Samwilson changed the content model of the page Template:Round button/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
(No difference)

Revision as of 01:29, 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