html - Change color scheme using BootstrapCDN -


i building website using bootstrap , getting files through bootstrapcdn. best way go modifying color scheme when using bootstrapcdn. better off not use cdn? example - want change color of links. did a{color:#000000} - want know if there better way. thanks!

most simplest way. there's no harm in using bootstrap cdn.

<link href="bootstrap.min.css" rel="stylesheet"> <link href="bootstrap-responsive.min.css" rel="stylesheet"> <link href="css/custom-bootstrap-override.css" rel="stylesheet"> 

how fallback twitter-bootstrap cdn local copy


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

Delphi interface implements -

How to do NTLM Authentication using Indy 10 in Delphi 7? -