Bootstrap 4: Creating a Navigation Bar

Building your navigation is immensely important to any website, whether it is a single page, or a multi-page behemoth. Bootstrap’s navbar is responsive , and supports branding, navigation, search and more. Some basic info from Bootstrap’s site about Navbar, that you might want/need to know. Navbars require a wrapping .navbar with .navbar-expand{-sm|-md|-lg|-xl} for responsive collapsing…

Mobile Design Problems Browser Pretending & Usability

Designing for Mobile brings in some interesting problems. Some of these problems are true regardless of if you are trying to develop via a fixed or a flexible size page. We’ll look at overcoming a couple of common problems, and then building a basic template to use. Auto Scaling of Web Pages For example, most…