Couldn't work out how to add some extra marign on the left of columns without affecting the text.
Willy Fajar Ramadhan
@wllyvxAll comments
- @maxted83Submitted about 2 years ago@wllyvxPosted about 2 years ago
Hi! Nice Job! I think it's because your font sizes are too large, I opened a pull request to your repo which fixes some issues, please have a look! :)
Marked as helpful1 - @BharathBhatta20Submitted over 2 years ago
I want to know the other approach of displaying the different image for Mobile and Web view ? I am happy to take feedback on other best responsive design ways.
@wllyvxPosted over 2 years agoHi Bharath! The other approach is by using <picture> html element which doesn't require css for swapping images on specific media queries. Here's the link to the documentation if you want to read more about it: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture
Oh, by the way, I think you're submitting to the wrong challenge 😁 this is for huddle landing page not the product preview one
0 - @T000biasSubmitted over 2 years ago
I am not sure that the spacing on my text is the same as in the JPG. How can I go about fixing this? Why is my "Challenge by" section so low from my project? How can I fix this?
@wllyvxPosted over 2 years agoHi Rodney! This looks great! Try to play around with line-spacing property on your css. About your "Challenge by", I think it's because your "attribution" div is outside of your main container. Try to move the div to inside of your main container
Marked as helpful1 - @mthanghoangSubmitted almost 3 years ago
Can anyone teach me how to create the shadowing effect of the card?
@wllyvxPosted almost 3 years agoUse box-shadow on your card container in css
Marked as helpful0 - @wllyvxSubmitted almost 3 years ago
Missing the little triangle on the top right corner in mobile menu. Any feedback is much appreciated!
@wllyvxPosted almost 3 years agoWait why the header image is not showing up?
0 - @wllyvxSubmitted almost 3 years ago
It's my first time using tailwind. Why is the background image of the NFT (image-equilibrium.jpg) not showing up on github pages but it does show up on localhost?