This was what I wanted to achieve along with the transparent background and the navigation links at the middle, nevermind the background, buttons at the right side and logo picture:
However, with material-ui, this is what I have currently done: codesandbox:
CodePudding user response:
You can implement your desired styles with useStyles
:
sandbox