Updates

Steps

Home
Decide on a Project
Decide on a Color Palette
Start Construction
Images
Pick a Font
Do Some Testing
Updates

On mobile the site worked just fine without any changes except for on issue. The height of the boxes was set. This meant that when the text took up more vertical space on mobile, the box behind the text wasn’t long enough. To fix this I simply removed the height line so that it automatically adjusts to the text it is behind.

The html checker pointed out a number of issues with the code I didn’t realize I had. I had forgotten to close a goon couple of divs. It was honestly surprising that the site worked at all considering the number of tags that were left uncompleted.

After I had resolved those issues I was still left with a few that I still cannot figure out. It says that I still have not defined the language, but I have. Secondly it is seeing my language definition as an incorrect doc type. As far as I can tell both of these things are done correctly, so I’m not sure what to do with this error. It is also saying I have an unclosed element, yet the element it points to is closed. Finally, I moved the bolding and centering of some text to the css.

The css checker found no errors.