majkl
KPCKevin Powell - Community
•Created by CDL on 3/14/2024 in #front-end
Help a bro center his CV
I was not looking any way deep but make sure it is elaborate and according to the best practices. You imagine how awkward it is is someone claims proficiency with MS Office ... and uses a couple of Enters instead of proper page break (and doesn`t even export to a .pdf).
11 replies
KPCKevin Powell - Community
•Created by CDL on 3/14/2024 in #front-end
Help a bro center his CV
...and perhaps use <li> for list items (etc.). This really puts your skills into question.
11 replies
KPCKevin Powell - Community
•Created by CDL on 3/14/2024 in #front-end
Help a bro center his CV
Add margin:auto; to div.wrapper.
11 replies
KPCKevin Powell - Community
•Created by cold on 3/14/2024 in #front-end
Angled border radius?
Mkay, sorrry then.
13 replies
KPCKevin Powell - Community
•Created by cold on 3/14/2024 in #front-end
Angled border radius?
Yes, I though it may be. Is this a common thing rebdered correctly?
13 replies
KPCKevin Powell - Community
•Created by cold on 3/14/2024 in #front-end
Angled border radius?
For starters, "<div className>" is nonsense in html. Classes "bg-[#3827c8] h-14 w-96 rounded-t-[3rem]" looks as a wildnonsense too (even if special characters are accepted).
13 replies
KPCKevin Powell - Community
•Created by cold on 3/14/2024 in #front-end
Angled border radius?
"<div className="? And those class names...?
13 replies
KPCKevin Powell - Community
•Created by sos on 3/14/2024 in #front-end
Responsive Design
First off, I ould start mobile-first - although Kevin has demonstrated it is not always the case, for various reasons it is mostly a good practice.
I personally do it kinda alongside as during the creation some unforseen obstacles often arise, which require changes in either layout. Just think and plan a bit ahead.
2 replies
KPCKevin Powell - Community
•Created by M Rashaad Hartley on 3/13/2024 in #front-end
CSS GRID
In every case, he is rather correct - you do not need to mess with grid columns on the children. Either do it as per my suggestion, or use media queries to simply make the parent "grid-template-columns:1fr 1fr" from a certain width on.
11 replies
KPCKevin Powell - Community
•Created by Blue Galago on 3/14/2024 in #ui-ux
How do you make a child element transparent when the parent element is blurred?
Off the top of my head, backdrop-filter?
16 replies
KPCKevin Powell - Community
•Created by Sourabh1205 on 3/14/2024 in #front-end
500 error
How is the host / server set up? What is the .htaccess?
3 replies
KPCKevin Powell - Community
•Created by M Rashaad Hartley on 3/13/2024 in #front-end
CSS GRID
Looks bloody complicated so I was not really reviewing it in detail. But have a look at https://codepen.io/Ghloo/pen/RwOGweW (adding borders is often a good way to see what is actually happening and what ends where).
11 replies
KPCKevin Powell - Community
•Created by M Rashaad Hartley on 3/13/2024 in #front-end
CSS GRID
Can you do a pen?
11 replies
KPCKevin Powell - Community
•Created by Light on 3/8/2024 in #ui-ux
What's not working here? I can't put my finger on it
On mobile, stuff seeems to be overflowing. Fix the img widths and the "Mike Balsan, Licensed Psychologist" box.
article {width: 90%;}
...plus it has some really wild classes.11 replies
KPCKevin Powell - Community
•Created by Lord Of Insanity on 3/12/2024 in #front-end
CSS keeps adding an unnecessary gap
You meaan in the pen or in a live website?
21 replies
KPCKevin Powell - Community
•Created by Lord Of Insanity on 3/12/2024 in #front-end
CSS keeps adding an unnecessary gap
In the pen, there is a "Subscribe" button (seee my pen link), which works good in FF, Chrome and Vivaldi.
21 replies
KPCKevin Powell - Community
•Created by Lord Of Insanity on 3/12/2024 in #front-end
CSS keeps adding an unnecessary gap
I know, thought you meant it more broadly. I see no suspect gap in the pen. After nullifying the body margin it looks ok to me in my pen fork.
21 replies
KPCKevin Powell - Community
•Created by Lord Of Insanity on 3/12/2024 in #front-end
CSS keeps adding an unnecessary gap
What gap do you mean? There is a margin on the body, right?
https://codepen.io/Ghloo/pen/rNbLmYm
21 replies
KPCKevin Powell - Community
•Created by uliana3412 on 3/11/2024 in #front-end
How to make the text appear letter by letter?
Typed.js is what you want.
18 replies
KPCKevin Powell - Community
•Created by Deacon on 3/7/2024 in #os-and-tools
How to use Git in command line
man git
225 replies