diff --git a/index.css b/index.css index 198cd1d..f5846cd 100644 --- a/index.css +++ b/index.css @@ -11,4 +11,28 @@ body{ top: 0; left: 0; position: fixed; +} + +#drawer-button{ + width: 30px; + height: 30px; + top: 5px; + right: 5px; + position: fixed; + background-color: rgb(0, 0, 0,0.5); + border-radius: 5px; + color: white; +} + +#drawer{ + position: fixed; + width: 350px; + height: calc(90vh - 70px); + top: 70px; + right: -380px; + transition: right 0.4s ease; + background-color: white; + box-shadow: black 5px 5px 10px 0px; + border-radius: 5px; + padding: 15px; } \ No newline at end of file diff --git a/index.html b/index.html index c9efe47..32d1649 100644 --- a/index.html +++ b/index.html @@ -5,9 +5,17 @@ - +
+ +