+ 1
which is better, pure css or bootstrap?
why all bootstrap websites look the same?. I hate this.
7 Answers
+ 2
Robinson dos Santos Teixeira
Bootstrap, saves time, also enables responsiveness in webpages.
CSS offers you to write neat code without having to learn all of those long BOOTSRAP classes.
It also offers more power /features which are not found in Bootstrap
+ 2
đ
Question, beginner in english
+ 1
I mean which is better pure css or bootstrap?
0
Is this a comment or a question?
Bootstrap uses CSS, so it would also be a weird question...
0
Robinson dos Santos Teixeira
Bootstrap IS CSS
0
Robinson dos Santos Teixeira
Understandable
0
Bootstrap 3 and forward is mobile first, so if it doesn't make sense to take a mobile first approach to your project, it might be lighter to make your own.