Design comparison
Solution retrospective
I had a lot of difficulty in some parts of the CSS, and in the balloon that opens when you click on the button, I couldn't place that "arrow" indicating the button. I believe my html was also quite messed up
Community feedback
- @LucasNgTgPosted 3 months ago
Hello, there!
Well done on completing this challenge! The share area is not showing for me, I believe it is because of the way the class in HTML was declared. In order to declare multiple classes, you don't have to write the name of the attribute twice. For example, instead of
class="shareArea" class="ballon"
, you should writeclass="shareArea ballon"
.Regarding the "arrow" bit, take a look at CSS pseudo-elements, specifically
::before
and::after
(The links to the articles are in the text). There's a lot of cool stuff you can do with those.Hope it helps. Have a nice day!
Marked as helpful0@DiegoAlveesPosted 3 months agoHello Lucas, it was of great help, I will take a look at our articles, thank you very much
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord