skip to Main Content

Twitter bootstrap – CSS class "macro"

I am a web front-end developer (newbie). Hypothetically, if I am writing code for a web page using Twitter Bootstrap and want a responsive sidebar, I can do something like this: <div class="col-xs-12 col-md-3">...</div> Let's say, in the interest of…

VIEW QUESTION

Twitter bootstrap – Enabling scrollbars in div

I have HTML document based on twitter Bootstrap, which is like: <DOCTYPE html> <html> <head> <title></title> </head> <body> <nav></nav> <div class="container" id="main"></div> <footer class="footer"></footer> </body> </html> I know that <nav> is 50px high and <footer> is 20px high. I want…

VIEW QUESTION
Back To Top
Search