Nutsock
Nutsock
KPCKevin Powell - Community
Created by Nutsock on 11/15/2023 in #front-end
I need help creating this division effect using CSS.
brilliant, thank you
13 replies
KPCKevin Powell - Community
Created by Nutsock on 11/15/2023 in #front-end
I need help creating this division effect using CSS.
Thank you both , I'll look in to it properly tomorrow and give it a go. I really appreciate the replies, thank you!
13 replies
KPCKevin Powell - Community
Created by Nutsock on 11/15/2023 in #front-end
I need help creating this division effect using CSS.
Thank you vince! I was looking into clip path but it seems like it's not really supported very well, am i mistaken?
13 replies
KPCKevin Powell - Community
Created by pary on 10/31/2023 in #front-end
how do i give my textarea the same width as my timeline
Just so you know how much this has helped me, I've been stuck on a very similar issue to pary on a different project for about an hour and didn't realise it was basically the same, and you just helped me make sense of what i've been struggling with. So 2 birds with one stone. Great work.
34 replies
KPCKevin Powell - Community
Created by pary on 10/31/2023 in #front-end
how do i give my textarea the same width as my timeline
Brilliant, thank you for explaining that I really appreciate it. I'm sure Pary will too!
34 replies
KPCKevin Powell - Community
Created by pary on 10/31/2023 in #front-end
how do i give my textarea the same width as my timeline
That's a fantastic explanation, thank you so much. If I were to put that in brief as my interpretation of it. container = 800px, centered to the width of viewport. form 100% so will display as 800px if screen is wider than 800px. if screen narrower than 800px, form fits 100% of viewport. One last question, would the form then scale down responsively? Say the screen was 320px wide, would the form be 320px wide? (minus margins or padding)
34 replies
KPCKevin Powell - Community
Created by pary on 10/31/2023 in #front-end
how do i give my textarea the same width as my timeline
You're definitely right in terms of laziness. I'd like to understand this too, so say the 800px ended up wider or narrower than the layout currently is, would this affect the width of all the other elements too? in order to maintain the current width of their form, would they need to find the exact width that it is now and put that where the 800 is?
34 replies
KPCKevin Powell - Community
Created by pary on 10/31/2023 in #front-end
how do i give my textarea the same width as my timeline
its like a pixel off but you can play with the fractions if you wish
34 replies
KPCKevin Powell - Community
Created by pary on 10/31/2023 in #front-end
how do i give my textarea the same width as my timeline
I'm new to this but if you dont want to do the whole rebuild of the html you could change your text area for that part to this <textarea cols ="73%" id="message contact-form" class="box-shadow fit-in" name="message" required placeholder="Hello I’m looking for a designer to help me out with..."></textarea>
34 replies
KPCKevin Powell - Community
Created by Nutsock on 10/31/2023 in #front-end
Very simple flex not working and I need your help.
Oh I see! So my incorrect interpretation was that if i set two separate elements to row, they would stack on top of each other in rows. That makes so much sense now! Thank you for your response honestly!
4 replies
KPCKevin Powell - Community
Created by Nutsock on 10/31/2023 in #front-end
Very simple flex not working and I need your help.
Followup: I changed my body flex-direction to Row, and removed the flex-wrap. And now it works. Am I grossly misinterpretting row and column?
4 replies
KPCKevin Powell - Community
Created by Nutsock on 10/26/2023 in #front-end
Following Kevin's Space Travel Site Scrimba course and cannot get the underline indicators to work.
@Kevin I copy pasted what was on the course material 'live' from the video, but to be honest, although it may not be ideal, it's a great unintended learning experience! I can't tell you how much I appreciate the content you've put out, it's all been incredibly useful for learning and I'm looking forward to more from the future.
5 replies
KPCKevin Powell - Community
Created by Nutsock on 10/26/2023 in #front-end
Following Kevin's Space Travel Site Scrimba course and cannot get the underline indicators to work.
My god, turns out <!DOCTYPE html> was missing
5 replies