We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494bb35 commit acb354dCopy full SHA for acb354d
Portfoliowebsite/port.css
@@ -304,12 +304,14 @@ footer{
304
right: 0;
305
bottom: 0;
306
width: 40%;
307
- height: 40%;
+ height: 70%;
308
/* basic menu styling*/
309
list-style: none;
310
- background: black;
+ background: rgb(31, 31, 87);
311
display: flex;
312
313
+ box-shadow: 10px 0px 13px rgb(44, 44, 125);
314
+ border-bottom-left-radius: 40px;
315
flex-direction: column;
316
/* animate slide up/down */
317
transform: translateY(-100%);
0 commit comments