DEV Community

Akhil Nalliboina
Akhil Nalliboina

Posted on

Design breadcrumb navigation

A “breadcrumb” (or “breadcrumb trail”) is a type of secondary navigation scheme that reveals the user’s location in a website or Web application.

By adding breadcrumbs to the website, users will have a better feeling for what the site provides and the optional attributes of the product they are looking at or purchasing.

The focus is on how the breadcrumbs can look like and will be implementing the breadcrumbs via HTML and CSS. The links to the breadcrumbs will not function.

With the help of breadcrumb navigation from the below design, we can answer the below questions.

  • What can I buy besides blueberries?
  • Is everything on this site organic or can I buy conventional produce?
  • Does this site offer non-produce items?

Design

design snippet

HTML

HTML Snippet

CSS

CSS snippet

Example from codeacademy pro

Top comments (0)