You must select a tag to post in this category. Please find the tag relating to the section of the course you are on E.g. Forms, Structure
When you ask a question, don’t forget to include a link to the exercise or project you’re dealing with!
If you want to have the best chances of getting a useful answer quickly, make sure you follow our guidelines about how to ask a good question. That way you’ll be helping everyone – helping people to answer your question and helping others who are stuck to find the question and answer!
The last step or step eight doesn’t execute and I am not sure why. Any assistance you could provide would be appreciated in advance.
header {
background-color: CornflowerBlue;
text-align: center;
}
.about-me {
font-size: 20px;
opacity: 0.5;
}
.title {
font-weight: bold;
}
h1 {
color: Azure;
}
body {
font-family: Georgia;
background-image: url (“https://content.codecademy.com/courses/learn-css-slectors-visual-rules/hypnotize_bg.png”);
}