Day 13: Pretty Pics

Did a little more reading in HTML & CSS: Design and Build Websites" today, but I also wanted to add the new images to the submit page for this project. I intended to do it yesterday, but I needed to restructure the page so that the existing CSS styling rules would apply properly to this… Continue reading Day 13: Pretty Pics

Day 11: Responsive Design

I won't lie, I dreaded the responsive design/media query portion of my review plans because I recall being somewhat confused about it the first time around, but I had so much fun with it this time! It DEFINITELY helps to be applying it to a project as I review (which is what I should've done… Continue reading Day 11: Responsive Design

Day Ten: Pseudo CSS

Considering the way this week got away from me, I decided to finish it up with some reading on the basics of CSS. So I went back to "HTML & CSS: Design and Build Websites" and did some digging into pseudo-elements, pseudo-classes and attribute selectors. I also realised that I'd been inadvertently using filter:drop-shadow to… Continue reading Day Ten: Pseudo CSS

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.… Continue reading Day Seven: CSS Review

Day Five: Form Updates

I spent most of today writing, but I was determined to put aside some time to make the semantic and regex updates I mentioned yesterday. And I did! While trying to decide if I should break my form up using <section> elements, I came across the <fieldset> and <legend> elements in the MDN documentation, so… Continue reading Day Five: Form Updates