DEV Community

Cover image for #100DaysOfCode with Daily Web Frontend Challenges

#100DaysOfCode with Daily Web Frontend Challenges

Adrian | Creator of BigDevSoon on February 12, 2024

Introduction Hey fellow developers! Adrian here from BigDevSoon, and I've got some thrilling news for those of you looking to sharpen yo...
Collapse
 
thejsdeveloper profile image
Vikas yadav

Every challenge teaches me something valuable. Although the challenges may appear straightforward initially, I often find myself searching for CSS properties or other details during implementation. As a developer, I frequently read blogs about emerging trends in the frontend space, but due to my busy schedule, I rarely get the chance to put that knowledge into practice. This platform allows me to actively apply what I’ve learned.

Collapse
 
lawrence_chiebuka_37fb8f2 profile image
lawrence chiebuka

How do you link image in this playground, when i try to link image it brakes

Collapse
 
bigsondev profile image
Adrian | Creator of BigDevSoon

You have an example e.g. here: app.bigdevsoon.me/challenges/profi..., basically:

      <img src="https://avatars.githubusercontent.com/u/114320879?v=4" alt="MaicolCode" />
Enter fullscreen mode Exit fullscreen mode

it needs to be an externally hosted image link, not a local one for example.

Collapse
 
lawrence_chiebuka_37fb8f2 profile image
lawrence chiebuka

okey thanks