redtypoOooOo
Explore posts from serversKPCKevin Powell - Community
•Created by redtypoOooOo on 8/9/2023 in #ui-ux
pick a project card layout for me
33 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 7/31/2023 in #front-end
how to make gsap scroll stop for a sec then scroll next? w pin?
hi there.
there are 5 cards. when one is scrolled and finishing its animation, i want it to stay so ppl can read it. what parameter to use? thx!
1 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 7/25/2023 in #front-end
are these breakpoint good practice for this website?
I am trying to make this website n wonder if the breakpoints below are ideal for this web design? https://olhanorenko.contra.com/ are there any methods to decide breakpoints n setting up container for each sections?
8 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 7/17/2023 in #front-end
how to make react website responsive?
I have made the main functionality n design of this ecommerce website writing in react and scss.
What methods could I use to make it responsive as a beginner? without or with a css library (tailwind or MUI preferred). I have some knowledge abt making it responsive in css n some js.
Any methods recommedation? Any tutorials or articals? Thanks! https://github.com/safak/youtube2022/tree/ecommerce/client
3 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 6/30/2023 in #front-end
how to make this text changing effect
19 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 6/17/2023 in #back-end
strapi get request 404, what's the problem?
complete code is here : https://github.com/safak/youtube2022/tree/ecommerce
filtering using
type
property both have this problem.
2 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 6/16/2023 in #front-end
how to read n rewrite package.json re: react-scripts
here is the package.json.
I need to upgrade it to react-scripts 5.0.0 but I don see
react-scripts
, where is it? how I can add this.
I am doing this bc failed to fetch data from strapi using axios due to err process not defined
according to solutions here :https://stackoverflow.com/questions/70368760/react-uncaught-referenceerror-process-is-not-defined
3 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 6/8/2023 in #front-end
how to run this project live locally
https://github.com/safak/youtube2022/tree/ecommerce
I have downloaded the files and below are the command I tried. I want it live so I can inspect the website.
6 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 6/5/2023 in #front-end
vite `npm run dev` error: Missing script: "dev"
in package.json
7 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 5/27/2023 in #ui-ux
where to find good portfolio website templates
2 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 5/24/2023 in #front-end
interactive mirror
2 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 5/10/2023 in #front-end
nav dot indicator query selector seems wrong
To put a dot indicator on the according nav menu when scrolling, how should the be? ( i think this is where the problem is? bc the code below is not working and console showed error is included in the link below)
plz help thank you in advance
https://codepen.io/codedkk/pen/Baqxzjg
17 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 5/3/2023 in #front-end
what is and why use block-scope const in js?
Hi, there.
Below is the code example I encountered. It is my first time seeing const declared after a const. What are block-scoped const in js and why use them there? What would be the difference if the const declare globally?
Thank you for your attention and help!
8 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 3/23/2023 in #front-end
header height
Good day everyone.
Some confusion abt this project: https://github.com/bedimcode/responsive-halloween-website/blob/main/index.html
why header height is 100px? is 3 rem; shouldn't the header be 5rem (80px)? I didn't see top bottom padding or margin. What am I missing? Thanks!
5 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 3/10/2023 in #front-end
why aspect-ratio needs a display to work?
Hi
I want to use aspect-ratio to make a rectangle and then make it a circle;
but the <a> is not responding to aspect-ratio in my code here until I put a . https://codepen.io/codedkk/pen/RwYxbKL
Why?
it is from Kevin's tutorial: https://scrimba.com/learn/spacetravel/the-explore-button-part-1-cof6e4b00a7a0928954d4bda3
2 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 2/27/2023 in #front-end
HSL and class number system
why that number system; the hue, saturation and lightness become larger in the colors, but clr number in the class gets smaller; feel like doing it the opposite
just curious
5 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 2/22/2023 in #front-end
isolation in css: can't the gradient shadow be achieved just by z-index: -1?
3 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 2/21/2023 in #front-end
Shouldn’t the border radius which is set as “border-radius: 100vmax;”change when viewport changes?
7 replies
KPCKevin Powell - Community
•Created by redtypoOooOo on 2/13/2023 in #front-end
how to make flip cards self sized
Hi guys!
How to make both height and width of the flip cards self sized? Right now the width is self sized. I want it to have no excessive white part like the one in the middle.
https://codepen.io/codedkk/pen/wvxVVrz
Original code is from the article in the js pen.
I tried
.card-front : background-color: transparent;
but card back has bg color different from container bg color, so when flipped, the height shows.
I tweaked the grid rows but nothing changed... don rly understand how it works..
Thb, i don rly understand how this code come into being after reading the article. 😂 I understand the usual way to make flip cards with absolute position after seeing a video tutorial which shows the order and effects of the code in steps.
Any help would be appreciated!2 replies