CSS, Why So Time Consuming?
A Restaurant Page I just wrapped up my latest project: a simple website for a (made up) restaurant . The major things that consumed my time included wrapping my head around how to use webpack , remembering how to set up CSS for successful styling, and trying to isolate the different pages and elements. I enjoyed putting this project together, but I was a little discouraged by how long it took to complete the project. I worked on this project from the 15th to the 22nd of this month. I'm recognizing just how complex these projects can actually be an it's hard to recognize that doing well on the projects is part of why I'm behind on my goal of wrapping up this Odin Project JavaScript Course come January. Remembering Why CSS Can Drive Me Crazy A big sink hole of my time was remembering some CSS basics. I was having the worst time getting all my elements to center on the webpage. This led to an hour or more of trying everything I could think of, before remembering the simple ...