Zigzag dropdown menu concept

PHOTO EMBED

Wed Mar 29 2023 22:37:24 GMT+0000 (Coordinated Universal Time)

Saved by @kkarimi47 #undefined

/* Clearing floats */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
​
.cf:after {
  clear: both;
}
​
.cf {
  *zoom: ;
}
​
/* Mini reset, no margins, paddings or bullets */
.menu,
.submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
​
/* Main level */
.menu {     
  margin: 0px auto;
  width: 00px;
  /* http://www.red-team-design.com/horizontal-centering-using-css-fit-content-value */
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; 
content_copyCOPY

https://codepen.io/catalinred/pen/kPEXJO