Passing this challenge is very tricky - this can cause confusion
See original GitHub issueChallenge 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:
- Created 6 years ago
- Comments:13 (12 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ahmadabdolsaheb You’re the man. Thanks! Please keep us posted 👍
@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.