Day 16: Shifting and Styling

Turns out my new fixed header placement threw off my navbar links (the top part of the destination was now hidden under the header), so I had to add some hidden links and a class to offset the destination by a tad more than the header height. Found the solution on StackOverflow here and tweaked… Continue reading Day 16: Shifting and Styling

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