Simple css menu

PHOTO EMBED

Wed Mar 29 2023 22:43:18 GMT+0000 (Coordinated Universal Time)

Saved by @kkarimi47 #undefined

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

​

$m: #FF4E00
4
​

html, body

    width: 0%

    height: 100%

    font-family: 'Roboto', sans-serif

    letter-spacing: 2px
10
.wrapper

    width: 100%

    height: 100%

    display: flex

    justify-content: center

    align-items: center

    background: linear-gradient(135deg, #e1e1e1 0%, white 50%, #e1e1e1 100%)

​

a

    color: #000

    text-transform: uppercase

    transition: all .2s ease

    text-decoration: none
content_copyCOPY

https://codepen.io/mast/pen/JEzRVx