Fourth_quarter
Fourth_quarter
KPCKevin Powell - Community
Created by Fourth_quarter on 2/6/2024 in #front-end
How to target the div with the classname "from-sections"
Wait. Doesn't id have more specificity than class. So that is what causes the conflict between the two. I get it. Do you know why it didn't work?
7 replies
KPCKevin Powell - Community
Created by Fourth_quarter on 2/6/2024 in #front-end
How to target the div with the classname "from-sections"
Okay thanks. I just ended up adding an id to the element and using that in the css.
7 replies
KPCKevin Powell - Community
Created by Fourth_quarter on 11/15/2023 in #front-end
Struggling with my investigation methods a bit.
Thanks. Every question requires a post?! Seriously, does not qualify for a whole post, but the rules are the rules.
23 replies
KPCKevin Powell - Community
Created by Fourth_quarter on 11/15/2023 in #front-end
Struggling with my investigation methods a bit.
ajax?
23 replies
KPCKevin Powell - Community
Created by Fourth_quarter on 11/15/2023 in #front-end
Struggling with my investigation methods a bit.
Around 2019 there was an http request tool that was only able to execute from the frontend...or maybe it was only one the could work in both front and back and the rest were limited to the back? Anyone know?
23 replies
KPCKevin Powell - Community
Created by Fourth_quarter on 11/15/2023 in #front-end
Struggling with my investigation methods a bit.
Question concerning the earlier example: This makes sense now but it seems like mental gymnastics. So I guess my next question is that for me there is a huge gap between my understanding of filter() returning values that match my constraints VS understanding that basically filter() returns truthy values. Is this how it is for most everyone? And would this type of code knowledge come the same way I was introduced to it, by seeing an example, or does it all just become clear one day? I hope my question makes sense. My mind just struggles to get the concept, and hold onto that realization, much less being able to break it down into core concepts.
23 replies
KPCKevin Powell - Community
Created by Fourth_quarter on 11/15/2023 in #front-end
Struggling with my investigation methods a bit.
Okay so would this work
const countTrue = r => r.filter().length
const countTrue = r => r.filter().length
23 replies
KPCKevin Powell - Community
Created by Fourth_quarter on 7/31/2023 in #front-end
Issue with centering button text
Thanks, this works well. When you say fullproof, fullproof from what? adjustments to the size of the container? Wouldn't using the percentages for height and width have done the same?
17 replies
KPCKevin Powell - Community
Created by Fourth_quarter on 7/31/2023 in #front-end
Issue with centering button text
Understood. Thanks!
17 replies
KPCKevin Powell - Community
Created by Fourth_quarter on 7/31/2023 in #front-end
Issue with centering button text
done
17 replies
KPCKevin Powell - Community
Created by Fourth_quarter on 7/31/2023 in #front-end
Issue with centering button text
I'm not sure how to do this so if you could explain via some example that would be great. Thanks. I am adding a link to live code example.
17 replies
KPCKevin Powell - Community
Created by Fourth_quarter on 7/31/2023 in #front-end
Issue with centering button text
How would you set the h/w of a button?
17 replies