salentipy
salentipy
KPCKevin Powell - Community
Created by Vandana on 6/21/2024 in #front-end
vertical centering
Ahhh, "d" makes sense now. 😄 "with the nave bar deployed or without" - I don't quite follow this statement. Can you elaborate some on that for me?
32 replies
KPCKevin Powell - Community
Created by Vandana on 6/21/2024 in #front-end
vertical centering
(Thanks. I thought about that after the fact but couldn't remember what letter it was that is added. lol)
32 replies
KPCKevin Powell - Community
Created by Vandana on 6/21/2024 in #front-end
vertical centering
Try "height: 100vh;" on your <body> element (I would actually probably move the selectors, etc. from <body> to your .main-content <div> - except for "font-family") If I'm wrong, please someone with more knowledge correct me!! lol - I'm still pretty new.
32 replies
KPCKevin Powell - Community
Created by salentipy on 6/20/2024 in #os-and-tools
Cygwin Question
Well, I haven't used Cygwin yet at all. I've barely used Git Bash - only when I "had" to, I guess? I have done so little with command line so far - which is why I was going through that course. But he's using Apple. I'm using Windows. He went through no specifics on Cygwin. Next on the list is "Installing ZSH." I suppose the opinions on that will be as varied as this? lol. I've never heard of it - haven't investigated it yet because I figured this course would tell me what I need to know. Not so sure now. Thanks for the input.
7 replies
KPCKevin Powell - Community
Created by salentipy on 6/20/2024 in #os-and-tools
Cygwin Question
nvm. I just canceled that. Guess I'll stick with Bash for now
7 replies
KPCKevin Powell - Community
Created by salentipy on 6/20/2024 in #os-and-tools
Cygwin Question
No description
7 replies
KPCKevin Powell - Community
Created by rayannn on 6/20/2024 in #front-end
Changing the color of a SVG image
Oh, you can open with a text editor? I did not know that!
38 replies
KPCKevin Powell - Community
Created by rayannn on 6/20/2024 in #front-end
Changing the color of a SVG image
You should be able to get the inline code by opening the svg in a browser and then viewing the source. You can copy the inline code from there.
38 replies
KPCKevin Powell - Community
Created by Sam on 5/28/2024 in #front-end
CSS 2 Column Layout
I guess absolute positioning wouldn't work, either?
30 replies
KPCKevin Powell - Community
Created by qwrts on 5/12/2024 in #os-and-tools
Asking about Git/GitHub
Thank you so much for that. When I first set GIt up on my machine, I was following step-by-stepy instructions, so I figured that's probably when I gave it instructions on where to put repositories - it was just all so foreign, I didn't remember specifically doing that. I have read up on Git and GitHub enough to know the basic differences between the two, but I only took it as far as I needed it right now to be able to handle my info and for me to learn more about how to use it because - apparently - all employers (or almost) use GIt now as a way to collaborate. It is definitely still on my list to dig deeper into. Not understanding it more bothers me. But the list of things I need to focus on is already so long right now, picking one or two or three is extremely difficult. So, I"m trying to focus the majority of my time and learning on HTML (being more semantic and accessible), CSS, and learning JavaScript. Thanks for the link to that Git book. I know I accessed that website for some information at some point, but I do not remember what it was. Appreciate it!!
13 replies
KPCKevin Powell - Community
Created by qwrts on 5/12/2024 in #os-and-tools
Asking about Git/GitHub
Hopefully, I asked that properly
13 replies
KPCKevin Powell - Community
Created by qwrts on 5/12/2024 in #os-and-tools
Asking about Git/GitHub
This is something I'm curious about as well. Using regular GIt commands on your local computer with GitHub's resources on their server. How does the local GIt know to push/pull the info from GitHub's servers? Is that something that's just included and set up ahead of time? or do you add it into the local settings somehow?
13 replies
KPCKevin Powell - Community
Created by qwrts on 5/12/2024 in #os-and-tools
Asking about Git/GitHub
Why GitHub using same command like git init, git push, etc. (i've read a blog about Git and it says this) and its still works to push my sources into GitHub cloud even its just a command for Git not GitHub (its not the same author. are they cooperated?) Are we using both relatively?
13 replies
KPCKevin Powell - Community
Created by yuki_toki on 5/23/2024 in #front-end
how do I represent this properly in the dom
Looks like you're going with grid to style? If you need something semantic for the <html>, you could try the <dl> <dt> <dd> tags. They're really good for lists with definitions or descriptions like this. I put together a little Codepen, so you can see how they handle themselves just from the <html> alone. https://codepen.io/salentipy/pen/yLWaLjW?editors=1000 More info here: https://www.w3schools.com/TAgs/tag_dd.asp
35 replies
KPCKevin Powell - Community
Created by salentipy on 5/23/2024 in #front-end
CSS Variables Question
Ooooh thank you! I don't recall coming across a single example with something like that in it today.
3 replies
KPCKevin Powell - Community
Created by Daniella on 5/21/2024 in #front-end
Do all Hamburger menus need Js?
Here's another one (not Kevin, though) which shows you how to do it with CSS only https://www.youtube.com/watch?v=dAIVbLrAb_U
53 replies
KPCKevin Powell - Community
Created by Daniella on 5/21/2024 in #front-end
Do all Hamburger menus need Js?
Here's a video where community members submitted reponses to challenges. Not sure what all tools they used. https://www.youtube.com/watch?v=Dr-dVbzZDf0
53 replies
KPCKevin Powell - Community
Created by Daniella on 5/21/2024 in #front-end
Do all Hamburger menus need Js?
I'm sure everyone else has answered you already, but I do know a hamburger menu can be created just with HTML and CSS. Jen Kramer has a course on Frontend Masters that I know addresses it. Kevin probably has a video on it, too!
53 replies
KPCKevin Powell - Community
Created by ForsetisFate on 5/21/2024 in #front-end
Center flex child on the page, while ignoring other children
Thanks! flex-grow and -shrink are up very soon on my list of things to learn about next. It's still a bit confusing for me. I'll have to see about three more examples before if clicks probably. lol
11 replies
KPCKevin Powell - Community
Created by ForsetisFate on 5/21/2024 in #front-end
Center flex child on the page, while ignoring other children
11 replies