Here I am Mehrshad Cheshm Khavari an Iranian enthusiastic Front-end lover ✌️ I am also trying to create an Iranian JavaScript that will benefit everyone! Anyway, hope you enjoy my solutions and also don't forget to check my YouTube 🤝
I’m currently learning...React.js Next.js
Latest solutions
Accordion with React and Shadcn/ui and Tailwind
#react#tailwind-cssSubmitted about 1 year agoThe only thing I couldn't really figure out is the fonts. I really tried anything I could find on the internet to make the fonts work in Tailwindcss but it seems it didn't. I would be glad if someone told me where is the problem.
Also I don't why Vite sometimes added some random string to the end of some of the files and then it couldn't find those files itself and gave me an error which was really really annoying.
Stats component card using HTML, CSS, SASS and a little bit of talent!
#sass/scssSubmitted about 2 years ago
Latest comments
- @sebastianchinga@MehrshadHeisenberg3
Hi there, I guess the padding for the left box of the card is a little bit too much and also the card itself I a little bit longer than it should be
But all in all, that was great! Also I recommend writing your name with link to your github at the end
- @DrainGK@MehrshadHeisenberg3
Great job your design looks just as the original but there is a slight difference.
If you look at the original one, you can see that there are two waves in the background. But it seems that your background is a little bit different!
By adding this piece of code in your css you can make it right!
body { background: url(images/pattern-background-desktop.svg), #e1e9ff; background-repeat: no-repeat, no-repeat; }
You're actually saying that you want to use the svg for the background.
Great job again and I hope that you find this comment helpful!
- @thaliagama@MehrshadHeisenberg3
Great job your design looks just as the original but there is a slight difference.
If you look at the original one, you can see that there are two waves in the background.
By adding this piece of code in your css you can make that happen!
body { background: url(images/pattern-background-desktop.svg), #e1e9ff; background-repeat: no-repeat, no-repeat; }
You're actually saying that you want to use the svg for the background.
Great job again and I hope that you find this comment helpful!
- @2509abhi@MehrshadHeisenberg3
Great job your design looks just as the original but there is a slight difference.
If you look at the original one, you can see that there are two waves in the background. But you had some problems creating it.
By adding this piece of code in your css you can make that happen!
body { background: url(images/pattern-background-desktop.svg), #e1e9ff; background-repeat: no-repeat, no-repeat; }
You're actually saying that you want to use the svg for the background.
Great job again and I hope that you find this comment helpful!
Marked as helpful - @MrRobotBDR@MehrshadHeisenberg3
Great job your design looks just as the original but there is a slight difference.
If you look at the original one, you can see that there are two waves in the background.
By adding this piece of code in your css you can make that happen!
body { background: url(images/pattern-background-desktop.svg), #e1e9ff; background-repeat: no-repeat, no-repeat; }
You're actually saying that you want to use the svg for the background.
Great job again and I hope that you find this comment helpful!
Marked as helpful - @mtp13@MehrshadHeisenberg3
Great job your design looks just as the original but there is a slight difference.
If you look at the original one, you can see that there are two waves in the background.
By adding this piece of code in your css you can make that happen!
body { background: url(images/pattern-background-desktop.svg), #e1e9ff; background-repeat: no-repeat, no-repeat; }
You're actually saying that you want to use the svg for the background.
Great job again and I hope that you find this comment helpful!
Marked as helpful