Bootstrap UI Components: Icons, Navigation, and Interactive Elements

Glyphicons Icon FontsGlyphicons provide scalable vector icons that can be customized using CSS properties like size, color, and shadow effects.<div class="container"> <span class="glyphicon glyphicon-envelope"></span> <a href="#" class="btn btn-default"> <span class="glyphicon glyphicon-plus">& ...

Posted on Tue, 23 Jun 2026 17:10:12 +0000 by BigToach

ColorUI CSS Utility Classes Reference

Typography and Text ScalingThe framework provides a set of predefined font sizes using rpx units to ensure consistency across different device screens.Utility ClassUsage ScenarioCSS Definition.text-xslExtra large display (e.g., icons, statistics)font-size: 120rpx;.text-slLarge display elementsfont-size: 80rpx;.text-xxlProminent numbers (e.g., c ...

Posted on Sat, 09 May 2026 04:30:35 +0000 by B-truE