I am so stuck on what seems it should be simple. Maybe I’ve been at this too long tonight. I don’t know. More info on what it wants would help. Any input is much appreciated!!
I did what I thought that was. (see code)
I’m just not sure what it wants.
I added the table selector. It doesn’t like that either.
Hint: You should have an html selector.
Your code so far
Step 28
"Time to style your table. Start by resetting the box model. Create an html selector and give it a box-sizing property set to border-box. "
* {
box-sizing: border-box;
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0
If you have a question about this challenge, it would be better to start a new thread for your question.
You can do that by clicking the Ask for Help button located on the challenge.
That will create a new topic with all your code and it also includes a (helpful) link to the challenge.
You’ll still be able to ask your question in the post before submitting it to the forum.