Is there a common CSS library?

I am looking for a CSS library that contains all the common css best practices.

For example, block alignment style:

.block-center {
   margin-left : auto;
   margin-right : auto;
}

<div class="myClass block-center" />

I want this library to be distributed as a separate css file that I can add and use in my projects.

+3
source share
2 answers

I think you mean CSS frames: tons of them . Just to name a few:

CSS-: , , " ". , .

. bobince CSS- ? CSS- .

+9

Twitter Bootstrap, , YouTube.

CSS, .

+2

Source: https://habr.com/ru/post/1760958/


All Articles