For my example I'm going to use a CSS class called .item
.item{
width:100%;
}
So how do I change this property on some specific pages?
For example, in the index page qro width 100%, in the page contact qro 90%, in the location I want 20%.
How to do this without having to create one for each?