3 Real Sticky Footer with Material Angular I needed to set up a sticky footer as part of my Angular and Material Design experiment. You would not believe how many resource I could find (some of them listed below)! Unfortunately, most of them had a problem; blank page looked fine (header and footer in the right places)
bootstrap Multiple Navigation Bars in Header with Flexbox I've got a requirement to build a site header with three components: 1. Brand (company logo...) - left 2. Menu - center 3. Shortcuts (settings, search) - right The result should be looking like this: Now, with Bootstrap is really easy to get the brand (and the menu)
bootstrap Opinionated List of Bootstrap Resources Once in a while I need to write up HTML and CSS to put some pages out; usually in front of a Django site. To make things easier, I've been using bootstrap and ended up collecting a bunch of relevant links. Here they are... Easy design * bootstrappingdesign.com
bootstrap Decent image loader widget in django I'm working on a website where I need to be able to load an image. The default widget is abysmal; it has a url to the current image, a checkbox and a file loader input element. Even styled, it looks pretty bad. So, I've taken upon