Latest solutions
Article preview components_ BigNet90
#tailwind-cssSubmitted 6 months agoI 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.
Social-links-profile-main- HTML-CSS
Submitted over 1 year agoMedia 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
- @xStephx@BigNet90
Brilliant solution✅
- @Abrster-codesWhat 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
@BigNet90Nice 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 helpful - @Aditya-hub807What 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.
@BigNet90Nice solution. To learn more on grid and flex. https://web.dev/learn/css
- @ankitashokgond@BigNet90
Great 👍
- @taufiqz11@BigNet90
Nice one!
- @joanneastWhat 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.
@BigNet90A very nice attempt.