Pure CSS Header Menu

PHOTO EMBED

Tue Mar 09 2021 17:03:29 GMT+0000 (Coordinated Universal Time)

Saved by @randomize_first #css

*, *:before, *:after {

  box-sizing: border-box;

  margin: 0;

  padding: 0;

}

​

html, body {

  height: 0%;

}
10
​

$lightBlue: darken(#EAFBFF, 50%);

$darkBlue: #208FF9;

​

body {

  &:before,

  &:after {

    content: "";

    display: block;

    height: 50%;
content_copyCOPY

https://codepen.io/suez/pen/gPRjBo