aboseman1 / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

CSS formatting #3

Open Rodrigap opened 6 years ago

Rodrigap commented 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;
}
aboseman1 commented 6 years ago

Thanks for the pro-tip!