Well, I'll probably take negative votes for this question, so I'll try to explain as much as possible, please try to understand and if you can not, please ask.
Situation
I have a page .html
and in it, I have my file .css
(I used style.css to give a basis on the question) , in this file .css
I have my various classes for all site, but the problem comes when I need to add a price table, but this price table has multiple .css
elements already in the .css
file and this makes the layout simply bug.
Okay, but what do you want?
I would like to know if there is any way to put some type of link rel
focused on a single div, if I could do this, I could use the file .css
of the table without bugging anything on the site because it would load the classes of the separate table.
Summary
I need to create a type of link rel
that works only for a specific div.
What have you tried?
Change the names of all classes, but it has some classes that (I do not know if they will understand me) simply can not be changed.
Dude this is all confusing
Yes, I know, it's confusing to explain, but let's go again, the file .css
of the table, besides being giant, with hundreds of classes, has classes that are clean, that is, co_de %, form
and no prefix.
The easiest way to put this table would be to embed a a
file focused on a div eg .css
.
Well, that's it I apologize for the confusion, I tried to explain in the best way, I believe that I can not do this and that I will have to turn around to add prefixes in all the elements, but it is always good to learn more, is not it?
Thank you Stack guys!