#css #webdev #beginners #codenewbie The author describes their fourth day of learning the MERN stack, where they began using CSS to style HTML after three days of building structure. They learned the three methods of attaching CSS, chose the external file method for cleanliness, and practiced basic selectors and rules. The author also converted a navigation list into a horizontal layout and plans to study core CSS layouts next. Hello Dev Community 👋 It is Day 4 of my journey toward mastering the MERN stack. For the past three days, I was busy building skeletons with HTML. Today, I finally started bringing those dry structures to life using CSS Cascading Style Sheets It felt amazing to move away from black text on a plain white screen and actually control how things look. I learned that there are three methods to attach styles to HTML, but one is clearly the professional standard: