Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialmoorbilt
2,281 Points![MASH game](HELP "Text box not aligned.")
I bet Style.css will be the language to align my boxes yeah?
Normalize.css is highlighting a piece of code in red. Why?
2 Answers
Steven Parker
231,261 PointsThe first link isn't working, and you didn't describe what it should look like. But yes, CSS would be the way to control layout and other style issues.
The red highlighting you see in the normalize file is on vendor-specific property names. Since these are not generic CSS, the editor is probably just not programmed to recognize them.
Also, as you might have noticed, Markdown formatting doesn't work on the title of the question.
moorbilt
2,281 PointsThat helped, my game is officially done.
moorbilt
2,281 PointsNot giving me the option to choose a best answerβ¦
Steven Parker
231,261 PointsThe "General" category doesn't have that option. But you can "edit question" and move it to another category (Such as HTML) if you want.
moorbilt
2,281 Pointsmoorbilt
2,281 PointsThis is a picture of my game. The picture shows my 4th question being jammed in the bottom right corner.
P.S. I know the title won't be formatted, just being goofy. I appreciate your guidance.
Steven Parker
231,261 PointsSteven Parker
231,261 PointsIt looks like this is an HTML structure issue. There seems to be a missing ending "
</div>
" tag on line 51 of index.html. As it is now, the last "choice bucket" is inside the third one.It also looks like the tag on line 27 should be removed at the same time, to keep the start/end tags in balance and also so the "bucket" div encloses all the questions.