CSS Declaration Blocks
A declaration block is where we define the styles that will be applied. The block is contained within braces ({ and }). You must use the braces to surround your rules. Rules Rules in CSS are made up of two parts. The property, which is the attribute which will be changed, and its value. Depending…