patrick
patrick
KPCKevin Powell - Community
Created by Ribas on 3/10/2024 in #front-end
Centering a card on the page, best practice
yh it has to be a fixed height
3 replies
KPCKevin Powell - Community
Created by CheT on 3/1/2024 in #front-end
image not loading on vercel deployment
oh no 😂
29 replies
KPCKevin Powell - Community
Created by CheT on 3/1/2024 in #front-end
image not loading on vercel deployment
probably. i'm not sure. haven't opened an issue before
29 replies
KPCKevin Powell - Community
Created by CheT on 3/1/2024 in #front-end
image not loading on vercel deployment
glad i could help
29 replies
KPCKevin Powell - Community
Created by CheT on 3/1/2024 in #front-end
image not loading on vercel deployment
yh i just checked
29 replies
KPCKevin Powell - Community
Created by CheT on 3/1/2024 in #front-end
image not loading on vercel deployment
yeah try and lemme know if it works. (it should)
29 replies
KPCKevin Powell - Community
Created by CheT on 3/1/2024 in #front-end
image not loading on vercel deployment
that is possible
29 replies
KPCKevin Powell - Community
Created by CheT on 3/1/2024 in #front-end
image not loading on vercel deployment
yhyh. you can import all the images and dynamically change them
29 replies
KPCKevin Powell - Community
Created by CheT on 3/1/2024 in #front-end
image not loading on vercel deployment
i don't really understand it but it sounds possible
29 replies
KPCKevin Powell - Community
Created by CheT on 3/1/2024 in #front-end
image not loading on vercel deployment
try this
29 replies
KPCKevin Powell - Community
Created by CheT on 3/1/2024 in #front-end
image not loading on vercel deployment
try importing the image in the file you want to use , then use them like this import Image from "../assets/images/image.jpg" then use it like . <img src={Image}/>
29 replies
KPCKevin Powell - Community
Created by CheT on 3/1/2024 in #front-end
image not loading on vercel deployment
how are you importing the image in your file
29 replies
KPCKevin Powell - Community
Created by Gray on 12/18/2023 in #front-end
stretch a div to the bottom of the screen
thanks for showing me this with the flexbox
22 replies
KPCKevin Powell - Community
Created by Gray on 12/18/2023 in #front-end
stretch a div to the bottom of the screen
this won't actually affect it, but Gray made a point. that if you wanted to change the height manually in your code, you'd have to change it at multiple places.
22 replies
KPCKevin Powell - Community
Created by Gray on 12/18/2023 in #front-end
stretch a div to the bottom of the screen
you're right. but what would cause the header height to change. just curious
22 replies
KPCKevin Powell - Community
Created by Gray on 12/18/2023 in #front-end
stretch a div to the bottom of the screen
you could do calc(100vh - 50px)
22 replies