I created a login page using bootstrap with this url:
http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css
the design was good. late on i decide to download the same css file and integrated to my app.. the design all varies.
what would be the problem? what i missing to download?
My offline has the folders as : font,css,js
here is the comparison images:
!
my offline : link(rel='stylesheet', href='/stylesheet/bootstrap-theme.min.css') link(rel='stylesheet', href='/stylesheet/bootstrap.css') link(rel='stylesheet', href='/stylesheets/style.css')
but no luck!
<head>
tag) and then call other CSS files. - Kheema Pandey<link rel="stylesheet" type="text/css" href="/stylesheet/bootstrap.min.css" />
- Kheema Pandey