Skip to main content
Web Dev

Twitter Bootstrapping it in a day

By October 30, 2014January 23rd, 2022No Comments

Twitter Bootsrap ( aka TB if that wasn’t already a sickness!) is great to use. I’ve been experimenting with it for the past 1 and a half weeks. Literally you can put up a landing page in a dy (less if you’re a tb ninja…).  Here’s one day bootstrap mockups for a few competitions:

Some Twitetr bootstrap projects up here:

http://kauress.github.io/BigButtonBaby2/
http://kauress.github.io/GenaForce/
http://kauress.github.io/Vocal/

A cool trick for TB, it’s annoying how when you’re trying to place items that defy divs and you’re left with that annoying left over white space at the end:



html, body {overflow-x: hidden;}

Leave a Reply