S
S
Snewer2014-09-29 16:09:09
css
Snewer, 2014-09-29 16:09:09

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>
<!-- эелементы, к которым не применяются стили фреймворка -->

from the minimum requirements (presence): tables, labels, buttons
is it possible to do this with bootstrap? Thank you.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey, 2014-09-29
Protko @Fesor

well... just take the styles you need and don't reset/normalize

A
Alexander Mischuk, 2014-09-29
@Mischuk

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.

D
Dima Pautov, 2014-09-29
@bootd

If my memory serves me, Bootstarp and foundation have a choice.
From Bootstarp
getbootstrap.com/customize From Foundation foundation.zurb.com/develop/download.html

V
Vladislav Altyncev, 2014-10-09
@npofopr

Or purecss.io/customize

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question