web-agency / src /components /CanvasMenu /style.module.scss
Chaithanya18's picture
Upload 74 files
30eeea4 verified
raw
history blame
256 Bytes
.header {
position: fixed;
right: 50px;
top: 50px;
z-index: 99;
.menu {
width: 480px;
height: 650px;
background-color: #fff;
border-radius: 25px;
overflow: hidden;
position: relative;
a {
color: #000;
}
}
}