JJ
KPCKevin Powell - Community
•Created by snxxwyy on 6/25/2024 in #front-end
grid-template-columns vs grid-auto-columns
well all grid-auto-columns and grid- auto-rows do is create the sizing for any implicit grid item that is created. So for example if ur entire grid container is full and u want to add another element to that grid the grid will make a new row even though it wasnt stated. when that new row or column is created the size is NOT the the same as the other columns. so u have to give it a size.
10 replies
KPCKevin Powell - Community
•Created by snxxwyy on 6/25/2024 in #front-end
grid-template-columns vs grid-auto-columns
while auto fill will create implicit columns meaning at a certain viewport width there will be extra columns created that u did not want
10 replies
KPCKevin Powell - Community
•Created by snxxwyy on 6/25/2024 in #front-end
grid-template-columns vs grid-auto-columns
goes more in detail in this article
10 replies
KPCKevin Powell - Community
•Created by snxxwyy on 6/25/2024 in #front-end
grid-template-columns vs grid-auto-columns
10 replies
KPCKevin Powell - Community
•Created by snxxwyy on 6/25/2024 in #front-end
grid-template-columns vs grid-auto-columns
auto-fit sort of works like flex wrap. If there is enough room for the size of the elements to fit in one row then it will fit all that it can. Otherwise if it cant fit all elements with the specified size that u give it the elements will wrap to a new line.
10 replies
KPCKevin Powell - Community
•Created by JJ on 4/2/2024 in #front-end
Need help with a background img?
thats the original not mine
5 replies
KPCKevin Powell - Community
•Created by JJ on 3/9/2024 in #front-end
Need help with this HTML&CCS Challenge
4 replies
KPCKevin Powell - Community
•Created by JJ on 3/9/2024 in #front-end
Need help with this HTML&CCS Challenge
the picture above is how its supposed to look on desktop screen sizes
4 replies
KPCKevin Powell - Community
•Created by JJ on 3/9/2024 in #front-end
Need help with this HTML&CCS Challenge
4 replies
KPCKevin Powell - Community
•Created by JJ on 3/5/2024 in #front-end
If anyone can help and look at my Html & CSS
@tok124 (CSS Nerd) Thank you i appreciate the advice. Just one question. Is using place content: center, a good way to center the grid or is there a more efficient way?
6 replies
KPCKevin Powell - Community
•Created by JJ on 3/5/2024 in #front-end
If anyone can help and look at my Html & CSS
6 replies
KPCKevin Powell - Community
•Created by JJ on 2/26/2024 in #front-end
Need help fixing a glitch with my button
do you know why adding that fixes it tho @majkl1288
10 replies
KPCKevin Powell - Community
•Created by JJ on 2/26/2024 in #front-end
Need help fixing a glitch with my button
woaah ty
10 replies
KPCKevin Powell - Community
•Created by JJ on 2/26/2024 in #front-end
Need help fixing a glitch with my button
10 replies
KPCKevin Powell - Community
•Created by JJ on 2/26/2024 in #front-end
Need help fixing a glitch with my button
10 replies
KPCKevin Powell - Community
•Created by JJ on 2/22/2024 in #front-end
Need Help improving my code
@Kevin Thank you for the advice! I was a bit late to this because I haven't been on discord but I appreciate the help it means a lot and will definitely apply everything here.
5 replies
KPCKevin Powell - Community
•Created by JJ on 2/22/2024 in #front-end
Need Help improving my code
The stars aren't loading here but they load in VS code
5 replies
KPCKevin Powell - Community
•Created by JJ on 2/22/2024 in #front-end
Need Help improving my code
5 replies
KPCKevin Powell - Community
•Created by JJ on 2/6/2024 in #front-end
Resizing My image
I apologize I have no idea how to do the whole codepen im learning it rn
8 replies
KPCKevin Powell - Community
•Created by JJ on 2/6/2024 in #front-end
Resizing My image
yes I want my image to fill in the remaining height of my container as the browser shrinks and addition to that not have my image lose its width as the browser shrinks
8 replies