Dropdown Menus

PHOTO EMBED

Wed Jun 21 2023 07:47:35 GMT+0000 (Coordinated Universal Time)

Saved by @JUMBO #undefined

@import url(https://fonts.googleapis.com/css?family=Roboto:00,00);

​

html {
4
  height: 0%;

  background-color: #ff8f8;

}
7
​
8
body {

  overflow: hidden;
10
  height: 100%;

  width: 600px;

  margin: 0 auto;

  background-color: #ffffff;

  font-family: 'Roboto', sans-serif;

  color: #555555;

}

​

a {

  text-decoration: none;

  color: inherit;

}

​

* {

  box-sizing: border-box;
content_copyCOPY

https://codepen.io/kkrueger/pen/jOrYaM