Shadab🐐
Shadab🐐
KPCKevin Powell - Community
Created by Somnath Golui on 7/18/2023 in #front-end
How to center this text?
I think a similar situation appeared in crl course. 1. The text and search bar section can be wrapped into one div. 2. That div can be given display flex and then the flex grow 1, considering the whole navbar is display flex.This will cause the the div with text and search bar to grow. 3. Give the search bar and text wrapper div space between justify 4. And then give the margin 0 auto to the text. Hopefully this should work. P.S. - From HTML point of view, the wrapper won't make sense semantically. It did in CRL course , as all the items in the wrapper was navigation menus only.
9 replies
KPCKevin Powell - Community
Created by vince on 7/5/2023 in #ui-ux
Feedback on my freelancing website
I love it ...your color theme looks so pleasant ❤️
37 replies
KPCKevin Powell - Community
Created by Joachim on 7/3/2023 in #front-end
text-align vs align-self
@jochemm sure... Thank you... Will do , if possible
12 replies
KPCKevin Powell - Community
Created by Joachim on 7/3/2023 in #front-end
text-align vs align-self
@joachim did you do the very basic nft card component challenge in frontend mentor. I have a question on that in case you did. Can't show the code here because I can't upload the code from my laptop.
12 replies
KPCKevin Powell - Community
Created by Gainzzu on 7/1/2023 in #front-end
RWD not working on iOS
I changed the flex-direction and order the image to -1, it is behaving similarly.
13 replies
KPCKevin Powell - Community
Created by Gainzzu on 7/1/2023 in #front-end
RWD not working on iOS
Sir, Why are you not changing the flex-direction of .intro to columns and rather using flex wrap. Perhaps you can try that approach once, and see if it is working. Somehow it is working fine in Dev Tools. P.S - I am a complete beginner and have been learning daily. So my answers are based on my knowledge till now.Thank you
13 replies
KPCKevin Powell - Community
Created by Matt on 6/30/2023 in #front-end
How do fill up vertical remaining space?
@-Matt I am a complete beginner,, but wanted to understand your problem. What is the parent of the flex elements?
4 replies