CodePudding user response:
You have got a typo in your HTML code.
<div >
Remove this ;
to correctly target the class in your CSS.
CodePudding user response:
Because you've used instead of this as you've used ".top-container" in CSS not .top-container; . Avoid using ;(semicolon) in class.