Month 1 Day 16

Categories: 6-Month Journey, Journal

I feel like I am making progress on my Advanced CSS. I am still to finish the Codeacademy Lesson, then proceed with Scrimba to finish them all. I am taking multiple courses on this, because I wanted to watch different approaches. I take my Udacity Frontend Challenge, which I am still waiting for the final … Read More

M1D16: Codeacademy | CSS Grid Layout

Categories: 6-Month Journey, Study Notes

Introduction to Grids Using CSS, you can elegantly lay out elements on a web page. The Box Model and Display and Positioning explain some possible ways to style layout. The grid can be used to layout entire web pages. Whereas Flexbox is mostly useful for positioning items in a one-dimensional layout, CSS grid is most useful for two-dimensional layouts, providing many tools for … Read More

Month 1, Day 14

Categories: 6-Month Journey, Journal

I have been on hiatus for a while, and I am just on the 14th day of my journey now. Early December when I started to feel pain in my back and right stomach. It was the most excruciating pain I felt in my life. I thought it was just a one time thing, but … Read More

M1D14: CSS Grid Layout Part 3

Categories: 6-Month Journey, Study Notes

Firefox Grid Inspector Tool Position Items by Grid Lines CSS Grid lets you exercise even greater control by specifying the placement of individual grid items. You can use grid line numbers to control how items are placed, by applying properties directly to a grid item. This gives you precise control over grid item placement, size … Read More