100 Days of Code - Day 9

Today wrapped the hotel website project in Modern HTML & CSS From the Beginning by creating the final two pages and styling them. A nice little tip Brad gives that I would have never thought of, if there are certain style attributes that you are going to use repeatedly such as padding-top you can make a utility class so all you have to do is add the class to element instead of typing it all out again. Overall, after finishing this project, I can say I feel much more comfortable with margin and padding which was something that previously was hard for me to understand. Next we start responsive design with media queries which was another topic I struggled with in my bootcamp so hoping the course helps me feel better about the topic as well.