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 trial

HTML

moorbilt
moorbilt
2,281 Points

![MASH game](HELP "Text box not aligned.")

MASH preview

I bet Style.css will be the language to align my boxes yeah?

Workshop

Normalize.css is highlighting a piece of code in red. Why?

2 Answers

Steven Parker
Steven Parker
231,008 Points

The 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
moorbilt
2,281 Points

This 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
Steven Parker
231,008 Points

It 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.

moorbilt
moorbilt
2,281 Points

That helped, my game is officially done.

moorbilt
moorbilt
2,281 Points

Not giving me the option to choose a best answer…

Steven Parker
Steven Parker
231,008 Points

The "General" category doesn't have that option. But you can "edit question" and move it to another category (Such as HTML) if you want.