T. Issam
T. Issam
KPCKevin Powell - Community
Created by T. Issam on 9/26/2023 in #front-end
Challenge #1 Help! flex or Grid
No description
22 replies
KPCKevin Powell - Community
Created by T. Issam on 9/26/2023 in #front-end
Challenge #1 Help! flex or Grid
Oh, I apologize for my typo 😅
22 replies
KPCKevin Powell - Community
Created by T. Issam on 9/26/2023 in #front-end
Challenge #1 Help! flex or Grid
I need to shark text in full card
22 replies
KPCKevin Powell - Community
Created by T. Issam on 8/14/2023 in #front-end
navbar - dropdown menu problem
12 replies
KPCKevin Powell - Community
Created by T. Issam on 8/14/2023 in #front-end
navbar - dropdown menu problem
12 replies
KPCKevin Powell - Community
Created by T. Issam on 8/14/2023 in #front-end
navbar - dropdown menu problem
12 replies
KPCKevin Powell - Community
Created by T. Issam on 8/14/2023 in #front-end
navbar - dropdown menu problem
Dropdown menu style
&:has(&__dropdown) &__dropdown {
background: white;
border-radius: 1rem;
padding: 2rem;
box-shadow: 0 4px 20px 0.5px rgba(0, 0, 0, 0.05);
min-width: max-content;
position: absolute;
left: -100%;
margin-top: 1rem;
&__item {
&:not(:last-child) {
margin-bottom: 1rem;
}

&__link {
color: var(--medium-gray);

&:has(svg) {
display: flex;
flex: 1 1;
align-items: center;
gap: 1rem;

svg {
flex-shrink: 1;
}
}
}
}
}
&:has(&__dropdown) &__dropdown {
background: white;
border-radius: 1rem;
padding: 2rem;
box-shadow: 0 4px 20px 0.5px rgba(0, 0, 0, 0.05);
min-width: max-content;
position: absolute;
left: -100%;
margin-top: 1rem;
&__item {
&:not(:last-child) {
margin-bottom: 1rem;
}

&__link {
color: var(--medium-gray);

&:has(svg) {
display: flex;
flex: 1 1;
align-items: center;
gap: 1rem;

svg {
flex-shrink: 1;
}
}
}
}
}
12 replies
KPCKevin Powell - Community
Created by T. Issam on 1/2/2023 in #os-and-tools
Ctrl + shift + z(w) not working - redo
Do you have any idea ?
7 replies
KPCKevin Powell - Community
Created by T. Issam on 1/2/2023 in #os-and-tools
Ctrl + shift + z(w) not working - redo
The two buttons(ctrl + shift) with Z do not and they buttons work normally with the rest of the letters. even with Windows, it does not work
7 replies
KPCKevin Powell - Community
Created by T. Issam on 1/2/2023 in #os-and-tools
Ctrl + shift + z(w) not working - redo
7 replies
KPCKevin Powell - Community
Created by T. Issam on 1/2/2023 in #os-and-tools
Ctrl + shift + z(w) not working - redo
ctrl + y its work fine
7 replies
KPCKevin Powell - Community
Created by T. Issam on 12/31/2022 in #front-end
Simple Question about SVG
Oh, well thank you for the advice.
19 replies
KPCKevin Powell - Community
Created by T. Issam on 12/31/2022 in #front-end
Simple Question about SVG
It just depends on the huge number of words in it and searches and collects according to the search results
19 replies
KPCKevin Powell - Community
Created by T. Issam on 12/31/2022 in #front-end
Simple Question about SVG
Yeb, time of rendering graphics on webpages or time webpage load.
19 replies
KPCKevin Powell - Community
Created by T. Issam on 12/31/2022 in #front-end
Simple Question about SVG
in preferences
19 replies
KPCKevin Powell - Community
Created by T. Issam on 12/31/2022 in #front-end
Simple Question about SVG
But importing a file affects it, I mean the big SVG art or anythink
19 replies
KPCKevin Powell - Community
Created by T. Issam on 12/31/2022 in #front-end
Simple Question about SVG
Answer by GPT-3 (AI) :
Generally speaking, SVG code is preferred over SVG files when it comes to quickly rendering graphics on webpages. SVG code is more lightweight and faster to load than SVG files, making it the better choice when it comes to speed. Additionally, SVG code is easier to work with, as it can be quickly edited and customized with CSS. Additionally, SVG code is easier to debug, as any issues can be quickly identified and fixed.
Generally speaking, SVG code is preferred over SVG files when it comes to quickly rendering graphics on webpages. SVG code is more lightweight and faster to load than SVG files, making it the better choice when it comes to speed. Additionally, SVG code is easier to work with, as it can be quickly edited and customized with CSS. Additionally, SVG code is easier to debug, as any issues can be quickly identified and fixed.
19 replies
KPCKevin Powell - Community
Created by T. Issam on 12/30/2022 in #front-end
Question about SCSS map
Oh to out put all like a tree, this is ex:
$colors:(
blue:(
100: #ff0000,
200: #ff0505
),
);
$colors:(
blue:(
100: #ff0000,
200: #ff0505
),
);
OUTPUT: --colors-blue-100: #ff0000, --colors-blue-200: #ff0505 ?
4 replies
KPCKevin Powell - Community
Created by T. Issam on 12/24/2022 in #front-end
Some Question about of grid in CSS and some other
what do you thank about Tailwind CSS ?
7 replies
KPCKevin Powell - Community
Created by T. Issam on 12/24/2022 in #front-end
Some Question about of grid in CSS and some other
Ah ok thanks
7 replies