Your CSS is short, clean and succinct -- good job! One area of improvement is to make sure to comment your main stylings so that it's very clear what each styling represents -- this is a practice that many people forget to do but it goes a long way! Here is a quick reminder of commenting in CSS:
Thanks! I'd like to try that in the future to avoid confusion. I tried to write my css in order of items descending the page when I could, but that would be a fool-proof way to identify things.
https://github.com/dmitch03/prj-rev-bwfs-dasmoto/blob/master/Dasmoto'sArts%26Crafts/resources/css/style.css#L5-L31
Your CSS is short, clean and succinct -- good job! One area of improvement is to make sure to comment your main stylings so that it's very clear what each styling represents -- this is a practice that many people forget to do but it goes a long way! Here is a quick reminder of commenting in CSS: