Tell us what’s happening:
Describe your issue in detail here.
I am getting an error saying: The #quote-box wrapper element should be horizontally centered. Please run tests with browser’s zoom level at 100% and page maximized.
Your code so far
body {
padding: 2rem 0 0 2rem;
}
.bg {
background-color: white;
}
#quote-box {
margin: auto;
padding: auto;
position: center;
}
#text {
font-size: 4rem;
}
#author {
font-size: 3rem;
text-align: right;
}
#buttons {
position: sticky;
padding: 4vw;
margin: 4vw;
}
div {
margin: auto;
}
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15
Challenge: Front End Development Libraries Projects - Build a Random Quote Machine
Link to the challenge: