I'm trying to create a website whose body up the middle 60%. I thought I'd do this:
body {
align-items: center;
text-align: left;
justify-content: center;
width: 60%;
}
But that's not working :(
I even tried using translateX to translate right 20%
Any advice? Suggestions?