question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Passing this challenge is very tricky - this can cause confusion

See original GitHub issue

Challenge create-a-more-complex-shape-using-css-and-html has an issue. User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36. Please describe how to reproduce this issue, and include links to screenshots if possible.



<style>
.heart {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: pink;
  height: 50px;
  width: 50px;
  transform: rotate(-45deg);
}
.heart:after {
  background-color: pink;
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0px;
  left: 25px;
}
.heart:before {
  content: "";  // when you add any extra space outside the empty string will not pass this challenge
  background-color: pink;
  border-radius: 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -25px;
  left: 0px;
}
</style>
<div class = "heart"></div>

content: “”; // when you addany extra space outside the empty string will not pass this challenge. Can’t you add any whitespace?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:13 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
QuincyLarsoncommented, Jun 3, 2018

@ahmadabdolsaheb You’re the man. Thanks! Please keep us posted 👍

1reaction
QuincyLarsoncommented, Jun 3, 2018

@ahmadabdolsaheb @owususamuel We just launched the new curriculum and learning platform. Please take a look at it: learn.freecodecamp.org

Do you still think this challenge is confusing or overly hard? If so, we would welcome improvements to this challenge.

Read more comments on GitHub >

github_iconTop Results From Across the Web

50 Trick Questions Guaranteed to Leave You Stumped
Put on your thinking cap and try answering as many of these trick questions as you can—don't be shocked if you're left stumped!...
Read more >
Trick Questions: 89 Brain Teasing Questions to Confuse Your ...
Tricky questions can stump even the most intelligent individuals. You don't think so? Try answering these riddle questions!
Read more >
Confusion: Causes, Treatment & When to Seek Help - Healthline
Confusion is a symptom that makes you feel as if you can't think clearly. Learn more about the possible causes and how to...
Read more >
125 Trick Questions (with Answers) That Are Confusing - Parade
Trick questions put your thinking skills to the test—and we have 125 of the most confusing, tricky and hard questions with answers!
Read more >
Understanding Difficulties and Resulting Confusion in Learning
Challenges in the learning process are however, ... of literature showing that persistent confusion can lead to frustration and boredom, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found