Twitter Bootstrap uses 4 different screen formats in general, being: XS, SM, MD and LG. While developing and testing I often wonder which one is used at that moment.
Is there a way to always know which format is handled without having to use any developer tool?
I have written a short and simple code of a div with the "debug" class.
With simple HTML and CSS you can display a div with the current screen size in display. Every developer should be able to write this. But still I thought I'd share it, maybe you didn't think about it.
HTML
CSS