November 29, 2022
Today...
Today I worked on the stylesheet for my portfolio's homepage. I feel more confident using display: flex; and display: grid; after the classroom lessons and mini project than when I first taught myself CSS. It was simple to set up my page how I wanted and fun to style it, but after reviewing my CSS, I realized it needed improvement to the readability. I decided to use Sass to include variables and nesting in the code and make it more maintainable.
Tomorrow...
I will update my portfolio stylesheet to use SCSS and continue styling the home page.