TrickShottasUnited
TrickShottasUnited
KPCKevin Powell - Community
Created by TrickShottasUnited on 11/26/2023 in #front-end
Browser zoom/Screen resolution
This might be a silly question but does your browser zoom level have to be at 100% when you develop a website? I always have it at 125% because it makes websites look normal(like how 100% should look) on my laptop, so would that be a problem? or is there a work around to this? it is very frustrating at times
4 replies
KPCKevin Powell - Community
Created by TrickShottasUnited on 11/26/2023 in #front-end
Taking in a person's browser zoom into account
On my laptop i use 125% browser zoom because it looks better based on my laptop screen/aspect ratio idk but my friend uses 100% just fine and i realize his 100% and my 100% are different. so we are working on a project together and his changes look good for him but when i load them on my 125% zoom it looks a little wack. is there a way to fix this sort of thing? or should you only use 100% of your browser zoom when making a page. also originally i found that using percentages for widths for example break when you try to change browser zoom as well
13 replies
KPCKevin Powell - Community
Created by TrickShottasUnited on 11/25/2023 in #front-end
How to remove animation after it finishes
i made a div called loader and inside that div i have an svg where i did animations on in the css. how do i make it that when those svg animation end it remove that loader div since that will be blocking my main content.
1 replies
KPCKevin Powell - Community
Created by TrickShottasUnited on 9/7/2023 in #front-end
Hero Section help
No description
8 replies
KPCKevin Powell - Community
Created by TrickShottasUnited on 8/19/2023 in #front-end
When should i use OR NOT use break tags?
i heard break tags aren't good but its so quick and easy, what should i use instead to get the extra spaces i need?
35 replies
KPCKevin Powell - Community
Created by TrickShottasUnited on 8/18/2023 in #front-end
Multiple CSS files or one for websites with multiple pages?
Okay im sorta a beginner but when i have multiple pages and im trying to use one css file for everything i keep having to add a bunch of classes to elements so they don't conflict with other styling i had for another page and it seems so time consuming. any tips?
27 replies
KPCKevin Powell - Community
Created by TrickShottasUnited on 5/4/2023 in #front-end
how do i recreate this using flexbox.
https://youtu.be/Qez8SoJ_aso also how do u make a flex direction row items take up the entire height of their parent element without setting a hard coded height value
16 replies
KPCKevin Powell - Community
Created by TrickShottasUnited on 5/3/2023 in #front-end
Internal Hyper Link Design
do you guys know how to layout good internal links to jump to different parts of the same webpage if you have a lot of content and don't want the user to have to scroll? i know how to create them but are there any good layout designs? i am making a course page for my final project and i want the course 2 have 3 topics. i want the user to be able to choose which topic and instantly jump there but i need an idea of how to make it look good. i cant find any examples to look at for inspiration with people using them, wikipedia uses them but wikipedia doesn't look appealing
11 replies