Home
Tutorials
Microsoft Technologies Tutorials
Java Programming Tutorials
Web Designing Tutorials
Script Programming Tutorials
Database Programming Tutorials
Mobile Technologies Tutorials
Other Programming Tutorials
Examples
Articles
Tools
News
Change Bootstrap Glyphicon Size Example
Keywords : Bootstrap change glyphicons size example, Increase size of bootstrap glyphicons example, Glyphicon change the size of icons example
Example
<!DOCTYPE html> <html> <head> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"> <title></title> </head> <body> <i class="glyphicon glyphicon-phone-alt"></i> <i class="glyphicon glyphicon-phone-alt" style="font-size:40px;"></i> <i class="glyphicon glyphicon-phone-alt" style="font-size:50px;"></i> </body> </html>
Click Here to See Result
Result
Previous
Next