How can I get access to my own CSS styles only in specified fragment of code in HTML if I using also Bootstrap framework?
For example I have defined style:
ul {
float: left;
width: 140px;
}
Bootstrap have also defined style for ul and I have conflict in view of my site because I am using both.