Thanks to visit codestin.com
Credit goes to github.com

Skip to content

musatirgithub/BootstrapNavbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

The challenge

Develop a responsive bootstrap navbar

Problem Statement

  • Develop a navbar with bootstrap library which reacts differently at different screen sizes (responsive)

Screenshot

gif

Project Information

  • Navbar is made by using Bootstrap5, HTML & CSS,
  • Display property of some elements change according to screen size,
  • Namely phone numbers and "#clarusway" elements' display is none for xs and sm screens,
  • "#clarusway" elements' display becomes inline-block at md screens,
  • phone number elements' display becomes inline-block at lg screens.

I used;

  • HTML
  • CSS
  • Bootstrap5

Lesson Learned

  • Bootstrap is a rich CSS library. It's possible to make some HTML elements make invisible or visible according to screen size. Bootstrap classnames can be used for this purpose (for example: d-none or d-md-inline-block)

Useful resources

⌛ Happy Coding ✍

Releases

No releases published

Packages

No packages published

Languages