Latest solutions
- Submitted 2 months ago
Article preview components_ BigNet90
#tailwind-css- HTML
- CSS
- JS
I found it very difficult to remove the background color of the share button after click. And also, to center the entire container on the page.
- Submitted 12 months ago
Social-links-profile-main- HTML-CSS
- HTML
- CSS
Media queries. I read articles and watched some videos, but I still found it difficult while working. Any assistance or guidance will be much appreciated.
Latest comments
- @xStephxSubmitted about 1 month ago
- @Abrster-codesSubmitted about 1 month agoWhat challenges did you encounter, and how did you overcome them?
i couldn't style the bullets and numbers for the ordered and unordered lists
What specific areas of your project would you like help with?i need guidance in styling bullets, line breaks and numbers
@BigNet90Posted about 1 month agoNice work.
Regarding this challenge you don't really need a line break, instead you should set the border bottom for the card so it'll appear as if it's line break.
For list styling try
li::marker {
color: pink;
}
Marked as helpful0 - @Aditya-hub807Submitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I was finding it a little difficult to center my container so i used grid place-items property to center the container.
What specific areas of your project would you like help with?I want a lot of help in learning grid and flexbox.
@BigNet90Posted about 1 month agoNice solution. To learn more on grid and flex. https://web.dev/learn/css
0 - @ankitashokgondSubmitted about 1 month ago
- @taufiqz11Submitted about 1 month ago
- @joanneastSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
I used this simple project to become familiar with Next.js, Tailwind CSS, and Vercel. I'm glad everything went smoothly on my first try. For now, I don't know what I could do differently next time? I hope anyone who visits here can share a clearer and wiser way to do!
What challenges did you encounter, and how did you overcome them?I think I didn't encounter any difficulty in this practice.
What specific areas of your project would you like help with?I don't konw if my html and css could be clearer.