Anyone using Bootstrap for landing pages? Pluses /minuses?
The best feature Bootstrap offers is their responsive grid system. But a lot of frameworks have grid systems which are just easy to use, and more lightweight. Skeleton, for example.
Bootstrap's extra bells and whistles (everything from buttons to modals to pseudo-classes) will bloat the hell out of your landers, even when minified. Not to mention the custom CSS needed to prevent your lander from looking like every other page on the web using Bootstrap. This means longer loading times and leads falling out of your funnel.
Check this video by Caurmen here: http://stmforum.com/forum/showthread...-In-10-Minutes
He codes up a lander using Milligram in 10 mins, a much lighter framework. https://milligram.github.io/
This one's pretty tiny too: http://purecss.io/
I heard about Bootstrap but never really understood what it is, I have always known that's useful for creating websites so I suppose it's something like WordPress, isn't it?
One minor note on Bootstrap (as Shishev notes above, I prefer lighter frameworks) - if you use the CDN-hosted version, there's a good chance that it'll already be cached on many users' machines.
If that's the case, it'll load very fast.
I still wouldn't recommend using Bootstrap on your landers without a very good reason, but if there is a good reason, it's worth split-testing that approach before taking out out.
Thanks guys, perfect replies 
Anyway going mobile (and in few weeks I'll use also pop traffic) I'm comfortable with html and I don't think I'll change this unless I'll have some troubles 