Remember not to add a “new line” after setting the “line-height” or any other property before the closing bracket
.
Ex:
style {
p {
font-size: 16px;
line-height: 25px;
}
Challenge: Set the line-height of Paragraphs
Link to the challenge:
Remember not to add a “new line” after setting the “line-height” or any other property before the closing bracket
.
Ex:
style {
p {
font-size: 16px;
line-height: 25px;
}
Challenge: Set the line-height of Paragraphs
Link to the challenge:
What do you mean? Is it a tip or do you have a problem?
It’s a tip. Because I was coding and couldn’t figure out why the code wasn’t working. After looking close at the code I realized that I had added a “new blank line” just before the closing bracket
That’s strange. This passes the test for me:
Don’t see why the compiler should have any problems with blank lines.
<style>
p
{
font-size: 16px;
line-height: 25px;
}
</style>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
</p>
I dint know why either, but if I don’t type the code {blank spaces included} exactly correct, it won’t work for me
Have no idea why it worked that way at first, but when I tried again later it worked just fine with “Spaces” included
I dint know why either, but if I don’t type the code {blank spaces included} exactly correct, it won’t work for me
Maybe you can help as you are the only one to respond to any inquiries I have sent.
When I try to login, I get the above msg. When I try to “reset the PWD, I never receive the email link in any of my email boxes including the spam box
try forgot the password and reset it. are you sure that’s the email you signed up with?
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.