Answer the question
In order to leave comments, you need to log in
What css framework do you recommend?
Hello!
The css framework is required not for the entire page, but only for its part (element). Bootstarp, foundation, etc. change the style of the entire page. That is, you need to apply the following code:
<!-- эелементы, к которым не применяются стили фреймворка -->
<div class="theBestFramework">
<!-- эелементы фреймворка-->
</div>
<!-- эелементы, к которым не применяются стили фреймворка -->
Answer the question
In order to leave comments, you need to log in
Frameworks are used to make the development process easier and faster, and in your case, it seems that you are only making your life more difficult.
Bootstrap has a Customize item in the menu . Use it.
If my memory serves me, Bootstarp and foundation have a choice.
From Bootstarp
getbootstrap.com/customize From
Foundation foundation.zurb.com/develop/download.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question