Latest solutions
responsive landing page with sass/css
#accessibility#animation#sass/scss#bemSubmitted about 1 month ago
Latest comments
- @kadiryildiriSubmitted 2 days ago@Dadv-a11yPosted about 13 hours ago
To improve your design add items-center and justify-center to your main div
<div className="flex flex-col md:flex-row bg-rose-50 font-red-hat py-8 md:items-center md:justify-center"> //Your code </div>
for the product list use gris with break point to have thé three column liké here
<div className="lg:grid lg:grid-col-3"> // Your code </div>
For the recipe in desktop layout use self-start tailwind class to aligné it at thé top of thé screen and avoir it take thé whole length of thé page
Marked as helpful0 - @werlitonSubmitted 10 days agoWhat are you most proud of, and what would you do differently next time?
It was so good! I remembered some style concepts and also learned new things, like how to create a custom theme and the limitations of Tailwind CSS when it comes to dynamic styles.
What challenges did you encounter, and how did you overcome them?Knowledge imports, Tailwindcss don't can to performance dynamic style, Customize theme and Responsive Layout with tailwindcss
@Dadv-a11yPosted 4 days agothe layout is not fully responsive on my desktop screen for example the card have the mobile design and on some mobile device the card does not fill the width but your code is clean and clear
Marked as helpful0 - @snigdha-sukunSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
I am most proud of creating multi-page like website using plain JS.
- P@MathiasHun1Submitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
I'm learning now a bit more advenced usage of SASS. It's so confusing sometimes :D Decide what is the right approach feels really hard sometimes, so I experimented with a lot of things in this project. Because of that, my code is very spaghetti-like, next job will be to refactor the styling, when I feel more confident
- @FunsallySubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
So i think im finding building with html and css less frustrating so yeah, proud of the first project that has led to coding this and more html and css project.
What challenges did you encounter, and how did you overcome them?Yeah, hard to position the slider navigation to the first child from the second child so i let it be. only changed its position from the left to right of its initial home. Also not yet building with JS so i left functionality alone
What specific areas of your project would you like help with?As usual, did my best within my current capability to ensure that my solution looks similar to the original. Your feedback is welcome
@Dadv-a11yPosted about 2 months agoThe layout IS well done.keep Improving your skills.
0 - @Ayah2022Submitted 2 months agoWhat are you most proud of, and what would you do differently next time?
i've done my best to be detail-oriented without figma design :"D
What challenges did you encounter, and how did you overcome them?the footer still jumped up in your screenshot , i tried all solutions,but couldn't solve it as it doesnot appear at my side.