Latest comments
- @TkDevk@jasonalner
Hey Duvan, Great attempt, it looks good! I would just focus on getting the functionality to work for all the buttons at the bottom of the form. Getting the filter options and clear all completed button working will really improve the project. Keep going with it!
- @thirraz@jasonalner
Really nice work Thiago, I love the dice rolly animation, looks really great. I'd take the app one step further and have some sort of animation when new text is display, perhaps fade in/out the old and new text or something instead of the text just being replaced instantly.
Can't fault it much at all though. Nice clean design and pretty close to the original design. Great work.
Marked as helpful - @Tamarchika@jasonalner
Hello! That's a great solution for a first challenge. To correct your font, you'll need to import it from google and include it in your stylesheet. Follow the link from the style guide and select the font, then follow the instructions on google to import the font. You're looking for this code...
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;700&display=swap')
You can also improve your solution by adding a border to your image, with a border radius to make it a circle too.
Hope that helps and well done!