I'm new to Twitter Bootstrap and I guess I don't really full understand the implementation?
How can I add Bootstrap to my existing webpages and the CSS I already have in place for those?
I'm new to Twitter Bootstrap and I guess I don't really full understand the implementation?
How can I add Bootstrap to my existing webpages and the CSS I already have in place for those?
Go to Bootstrap: Getting Started
Find this line
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
Add it to the <head></head> of your existing project.
Start using bootstrap
<div class="alert alert-success" role="alert">Well done! You successfully read this important alert message.</div>