This week we are learning about Cascading Style Sheets. Although I have worked with CSS before, I always had a problem because I never really understood the codes. Hopefully, after this lesson I will have a better idea of how to work with CSS.
For the second part of the assignment I added link styles (LVS is the first place I ever saw links get highlighted). I also added margin left and right values.
Here is an inline style for a paragraph tag.
What I do like about CSS is that there is less typing. What I'm not so crazy about is that it seems a lot more touchy than HTML. If you forget a comma or something, the line will not show.