Software developer with a focus on front-end, building ideas and projects. I place a deep interest in and actively contribute to the open-source ecosystem. Recently, I've picked up a passion for producing technical articles and creating content that is truly beneficial to other developers.
I’m currently learning...Next.js, Java, React
Latest solutions
Multi-step Form (React/Vite + TypeScript + CSS)
#pure-css#react#vite#typescriptSubmitted 12 months agoNada
Tip Calculator App (React/Vite + TypeScript + CSS)
#pure-css#react#typescript#viteSubmitted about 1 year ago
Latest comments
- @Evavic44@Evavic44
Thanks @patrick 🤍
- @Blanket25@Evavic44
Aside from the background color, your desktop view is so...... identical to the design. Bravo! 💯
- @Dinesh1042@Evavic44
This is one of the most perfect solutions to this challenge. Nice work. Though I'll add some opacity to the paragraph and stats text to make it a bit faded. Aside from that, everything look great.
- @asksid27@Evavic44
You can add the right fonts using CSS import tag on google fonts, just paste it in the CSS file at the top and it is ready to be used in the font-family property. Here is the link: https://fonts.google.com/specimen/Inter?query=inter
- @perlC9@Evavic44
Lol your last commit message is real funny, I feel your pain. Struggled with this challenge as well, especially with aligning the container to the center. With some struggling I finally figured it out. Simply add a max-width of 1000px and margin: auto on the left and right. This should align the whole card.
- @Chaoticshmoo@Evavic44
Great job. 😎 Though the color in the overlay isn't quite the same.