Julianna
KPCKevin Powell - Community
•Created by Julianna on 7/31/2024 in #front-end
Screen Size Warning Modal
Thank you! This worked, I don’t understand it at all but I will ask my tutor. I appreciate your help and patience!
13 replies
KPCKevin Powell - Community
•Created by Julianna on 7/31/2024 in #front-end
Screen Size Warning Modal
Okay that sort of worked for a minute but I broke it again. I put display:none as default and display: flex on .modal[open]. But in my javascript, I have it opening on load and only closing when the user closes it, so at larger screen sizes it will be open but invisible. I'm not sure if I should add to my javascript to only open if the screen is a certain size or if there's a better way to do this whole thing.
13 replies
KPCKevin Powell - Community
•Created by Julianna on 7/31/2024 in #front-end
Screen Size Warning Modal
I wasn’t using the open attribute at all I was using modal.showModal() and modal.close() just like Kevin did in his video.
13 replies
KPCKevin Powell - Community
•Created by Julianna on 7/31/2024 in #front-end
Screen Size Warning Modal
Ooh I will check in a bit.
13 replies
KPCKevin Powell - Community
•Created by Julianna on 7/28/2024 in #os-and-tools
TabWidth in HTML VSCode
Done thank you!
16 replies
KPCKevin Powell - Community
•Created by Julianna on 7/28/2024 in #os-and-tools
TabWidth in HTML VSCode
Nvm I think it did change now that I closed it and opened it again. This is great if i want to change one file. Thank you!!
16 replies
KPCKevin Powell - Community
•Created by Julianna on 7/28/2024 in #os-and-tools
TabWidth in HTML VSCode
16 replies
KPCKevin Powell - Community
•Created by Julianna on 7/28/2024 in #os-and-tools
TabWidth in HTML VSCode
Nevermind, my boyfriend helped me. He had to change the settings.json file in VSCode and edit it.
16 replies
KPCKevin Powell - Community
•Created by Julianna on 7/20/2024 in #front-end
How can I set an input box to be responsive to user input?
Ooh yes this is what I want! I’m surprised it’s not fully supported yet. I thought this would be a more basic thing to do.
6 replies
KPCKevin Powell - Community
•Created by Julianna on 7/20/2024 in #front-end
How can I set an input box to be responsive to user input?
Thank you! It's going to take me a minute to understand this but it's very cool! I thought it would be easier 😅
6 replies
KPCKevin Powell - Community
•Created by Julianna on 6/27/2024 in #front-end
Override Default Border on Input
I haven't used :has or :focus-within yet but that does seem super useful!
12 replies
KPCKevin Powell - Community
•Created by Julianna on 6/27/2024 in #front-end
Override Default Border on Input
Yup! So it looks like on chrome the outline was covering my border. But on the Firefox video you could see both. It works correctly now, you can only see the border I’ve set. I just haven’t deployed the correct version yet.
12 replies
KPCKevin Powell - Community
•Created by Julianna on 6/27/2024 in #front-end
Override Default Border on Input
Ahh that was it, thank you so much. I just set the outline to none.
12 replies
KPCKevin Powell - Community
•Created by Ganesh Dole on 6/26/2024 in #ui-ux
How can I improve my website design
I think the fonts and colors look great, fits the vibe of a dev platform. I think it might make more sense for it to say “Welcome to IndieGamie” instead of “Welcome to Forum”. I thought your website was called forum for a minute.
15 replies
KPCKevin Powell - Community
•Created by Julianna on 6/25/2024 in #front-end
justify-self and align-self flexbox?
Thank you!
10 replies
KPCKevin Powell - Community
•Created by Julianna on 6/25/2024 in #front-end
justify-self and align-self flexbox?
Oh I love grid, it’s so much easier for me. I’m just trying to understand flexbox better.
10 replies
KPCKevin Powell - Community
•Created by Julianna on 6/20/2024 in #front-end
How to responsively move elements from a row to a column with subgrid?
Yikes. Just realized the whole issue was that my media query was max instead of max-width.
2 replies