Latest solutions
added functionality to a button to toggle between two values.
Submitted 2 months agoThis is my first JavaScript challenge in a long time. My code writing style is amateur. There are probably better ways I could do this so I'm open to all opinions
Responsive page using CSS grid as well as flexbox
Submitted 3 months agoAny advice for how i can improve with Grid?
I used position absolute
#tailwind-cssSubmitted 3 months agothe positioning of the cards desktop view
Latest comments
- @JoacoDv@Obiwumma
nicely done
- @repro123What specific areas of your project would you like help with?
None for now
@ObiwummaWow. Really amazing work
- P@Koxone@Obiwumma
Your code looks nice you could set the image as a background image instead for accuracy
.image{ background-image: url(./images/drawers.jpg); background-repeat: no-repeat; background-position: left; background-size: cover; width: 100%; height: auto; border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
like this
then use the style guide to get proper colour
- P@katrien-s@Obiwumma
There's nothing much I can add. Actually, I learnt from your code. thank you. happy coding
- @PiyushSolanki-hub@Obiwumma
you did good
- @shufito@Obiwumma
Your work is nice