Day Seven: CSS Review

I took yesterday off (because balance is key!) and jumped into CSS review this afternoon with Traversy Media’s CSS Crash Course for Beginners. I was pleasantly surprised by how familiar everything was and it wasn’t long before I realised that the first set of last years’s CSS notes came in part from this same video. I even still have the cheatsheet CSS file I created!

I created a CSS file for my form and built the styling step by step using the relevant elements covered in the videos. Along the way, I realised that I had to give up on my little multiple-option <select> form field because it was just throwing off the layout way too much. So, that’s now an indented checkbox section.

As I haven’t yet settled on a palette, I stuck with grays to start. I think it’s coming along well (updated HTML & CSS here).

Before and after my first set of CSS styling.

Tomorrow: Positioning!

Leave a comment