Bootstrap-like media queries

If you, kind stranger, ask me, what the hack is this post, I ‘ ll answer that it’s just for myself =)

This is a bone for responsive css like in bootstrap. Nothing more.

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {}