+ 1
Bootstrap for css
Hey all, Do you use always bootstrap or another framework in css ? To make web site for example ? I want know if itâs really important to use it ? Or if itâs not important Thanks for you answers !
1 Answer
+ 1
Knowing a framework is very important, because pure css is sometimes annoying when you have to arrange something in a page and make it scalable. In my first projects, all that i had on page flew in a big disirder when i scaled to min or max (different people have different screen size). This is why Bootstrap or FlexBox or other css frameworks are very useful. So you must know at least one of them to make a web site perfect.