2020-03-02, 07:18 PM
In this Thread i am gonna share my prefixes style i have on my forum
HTML
Of course you can use them
---Edit:
![[Image: FS4bJql.png]](https://camo.mybb.com/89d10fbc41c2734fc710ab12d642200c55ada29d/68747470733a2f2f692e696d6775722e636f6d2f465334624a716c2e706e67)
![[Image: h5lBDzp.png]](https://camo.mybb.com/c9d4cec9131cbfb3f76c56a222591ee64bb97b18/68747470733a2f2f692e696d6775722e636f6d2f68356c42447a702e706e67)
![[Image: Oe0qLmo.png]](https://camo.mybb.com/2ca056c04a556d718d97c50553497d5220436219/68747470733a2f2f692e696d6775722e636f6d2f4f6530714c6d6f2e706e67)
![[Image: c8k2gKb.png]](https://camo.mybb.com/5ca4c54a5c8df83d8c342917a9a5c82a05cc7f7f/68747470733a2f2f692e696d6775722e636f6d2f63386b32674b622e706e67)
![[Image: oUIdPxi.png]](https://camo.mybb.com/6a44dea23a6fa3b44b3d20c2d3c5a055be3d0a7e/68747470733a2f2f692e696d6775722e636f6d2f6f5549645078692e706e67)
HTML
<span class="Tutorialprefix1"><i class="fa fa-gear" style="font-size:16px"></i>1.6</span>
<span class="MobilePhoneprefix1"><i style="font-size:16px" class="fa"></i>Android</span>
<span class="Forumprefixe1"><i style="font-size:16px" class="fa"></i>Blog</span>
<span class="adminprefixeds1"><i style="font-size:16px" class="fa"></i>Information</span>
css.Tutorialprefix1 {
background-color: #bd9c52!important;
border-color: #a3833e!important;
color: #fff!important;
padding: 0 4px 0 2px;
}
.Forumprefixe1 {
background-color: #ff9800!important;
border-color: #cc7a00!important;
color: #fff!important;
border-radius: 10%;
padding: 0 1px 0 1px;
}
.MobilePhoneprefix1{
background-color: #03a9f4!important;
border-color: #0287c3!important;
color: #fff!important;
border-radius: 10%;
padding: 0px 1px 0 1px;
}
.adminprefixeds1{
background-color: #692525!important;
border-color: #581222!important;
color: #fff!important;
border-radius: 10%;
padding: 0px 1px 0 1px;
}
Of course you can use them
---Edit: