Open Rodrigap opened 6 years ago
https://github.com/aboseman1/prj-rev-bwfs-dasmoto/blob/25fe3b758aae6665f17e6ce42c327fb1c5de957f/Arts%20and%20Craft/resources/style.css#L25-L32
Your CSS looks really good! The indentation is all perfect, but remember to add a single line of blank space between each CSS selector, like this:
font-size: 32px; font-weight: bold; color: White; background-color: skyblue; } #bold-text { color: Blue; }
Thanks for the pro-tip!
https://github.com/aboseman1/prj-rev-bwfs-dasmoto/blob/25fe3b758aae6665f17e6ce42c327fb1c5de957f/Arts%20and%20Craft/resources/style.css#L25-L32
Your CSS looks really good! The indentation is all perfect, but remember to add a single line of blank space between each CSS selector, like this: