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 8/14/2023 in #front-end
navbar - dropdown menu problem
12 replies
KPCKevin Powell - Community
Created by T. Issam on 1/2/2023 in #os-and-tools
Ctrl + shift + z(w) not working - redo
I have a problem with my computer shortcut it is not working, but when I type ctrl + shift + with any key it works normally, but ctrl + shift + z does not work for me. Does not work in all programs it is not a specific program and I tried the keys in this site :
https://en.key-test.ru/
7 replies
KPCKevin Powell - Community
Created by T. Issam on 1/2/2023 in #os-and-tools
VS Code Problem emmets not work fine
3 replies
KPCKevin Powell - Community
Created by T. Issam on 12/31/2022 in #front-end
Simple Question about SVG
which quickly in preference SVG file or SVG code in HTML .
19 replies
KPCKevin Powell - Community
Created by T. Issam on 12/30/2022 in #front-end
Question about SCSS map
How to make loop with @each or some think else or join to foo-bar=>bar-foo:123 with map-get.
$test:(
foo:(
bar: foo1,
foo-bar: (
bar-foo: 123,
),
),
);

:root {
--t : #{map-get(map-get($test,foo),bar)}
}
$test:(
foo:(
bar: foo1,
foo-bar: (
bar-foo: 123,
),
),
);

:root {
--t : #{map-get(map-get($test,foo),bar)}
}
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
1- Which one is better of these: grid column and row templates or grid template areas |------------------------------| 2- I see in some codes or in grid like: grid-row: 1 / span 2; this add / what is her role ? |------------------------------| 3- In page responsible I start with mobile phone screen then go to screen desktop and other or start coding for desktop then responsible that to phone or tablet.
And thanks for helping thumbup
7 replies
KPCKevin Powell - Community
Created by T. Issam on 12/23/2022 in #front-end
flow
Hi Gays, I found this code but I don't know what it does :
.flow > *:where(:not(:first-child)) {
margin-top: var(--flow-spacer, 1em);
}
.flow > *:where(:not(:first-child)) {
margin-top: var(--flow-spacer, 1em);
}
16 replies