Template:Round button/styles.css

Revision as of 01:28, 2 June 2021 by Samwilson (talk | contribs) (copied from common.css)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

.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