08.28.2018: One Lesson of Coding
Today's soundtrack is Primordial: The Gathering Wilderness. This afternoon, I'm learning how to "Use CSS Selectors to Style Elements." In the last lesson, I learned how to use CSS to change the colour of a specific HTML element. But today, I've learned that that isn't the most efficient way to use CSS. The best way to use CSS is to use it to set up consistency across the page. At the top of the code, best practice is to set up an opening and closing "style" block. <style>
