The following HTML and CSS code is working fine on my local computer, but when I run it on a server, the appearance changes.
You could check it on there: http://examhotwire.com/.
Some bootstrap class has been actived. How can I get the same result from both local and server?
body {
padding-top: 50px;
}
.container {
width: 100%;
}
.col-md-3 {
width: 20%;
margin-left: 0;
}
.col-md-9 {
width: 58%;
}
#masthead {
min-height: 250px;
}
#masthead h1 {
font-size: 30px;
line-height: 1;
padding-top: 20px;
}
#masthead .well {
margin-top: 8%;
}
.breadcrumb>li+li::before {
content: ">