Kevin Powell - Community

KPC

Kevin Powell - Community

A friendly place for developers to meet other devs, ask questions, get help, and just have a good time 🙂.

Join

front-end

resources

back-end

ui-ux

os-and-tools

Css animation keeps going down and up

The animation i made for a div class keeps going up and down while playing, is there a way to fix this?

Starting out. Any tips appreciated

https://irelativism.org Next thing I wished to fix on my page woulf be the startpage is floating on the left without being in midle top of the page has a slider...

Buggy grid with container layout.

I've setup a site with the container layout as shown in https://youtu.be/c13gpBrnGEw?si=y7HnB4eeG-uhUsds. But I had to include a sidebar. So I've added that in. The issue comes now with a .full class it won't flow all the following elements anymore. And enabling the grid debug lines it shows many lines. ...

Font Face / Hosting Own Fonts

When using font face to host your own fonts, do you need to add it in for all the font weights you use for that font or?

How to make the text appear letter by letter?

Hi everyone, I came across this website https://www.au-charme-rabelaisien.com/ and I liked how the logo appears progressively in a handwritten style for the splash screen. Do you know how to achieve this effect? Thank you!

How do I implement this gradient?

I wanted to do the blue-black gradient but can't figure out how. It's not radial but it's not quite linear either.
No description

Problem in removing event listener

I am making a flow-chart maker and made a new class which will create a div element when the user selects (drags and drops mouse). Here's the code ```js import { el, css } from './utilities.js'; ...
No description

The other div not showing up

So i have created 2 divs in a class but one of them doesnt show up whatever i do

Centering a card on the page, best practice

I am trying to center a card (vertically and horizontally), it's a simple html layout: <body> <main> <section class="card">...

@media and EM

My media queries seems to be acting up when using it for mobile. I will attach the video if possible.

Consistent distances between two elements in a grid

*Sorry for the new thread, I couldn't add new images to the old OP. ------------ So I'm trying to make one element in a grid start a consistent distance from another. For example in the images with the snowboarder I'd like the blue background to cut through the image about halfway up (image 1)...
No description

Is there a way to have bg-clip-text not cut off letters (eg: 'g') prematurely?

The g gets cut off prematurely. Adding a line-height of >= 1.2em fixes it, but makes the gaps between "Software" and "Engineer" incredibly huge and ugly on smaller devices. I'd love for it to be consistent. ```html <div className="p-10 flex flex-col gap-4"> <div className="text-5xl font-bold">...
No description

Help on SASS regarding responsive nav bar

Hello all, I just started learning from zero knowledge two weeks ago and currently tackling sass. I have a mockup and I am working towards but can't seem to get the nav items to space evenly within their "column" like the mock up as well as the longer border-bottom when the link is active (only to the width of the text) I've fiddled with flex box, alignment and justify content, nothing seems to make it budge.Been stuck on this for the past 6 hours and seriously questioning if I am just really stupid......
No description

Get Stuck with Arrow Hover Button

If the users click the entertainment features in the navigation bar it will take them to entertainment places i already did a flexbox cards but i don't know how to arrow hover button to hover all 6 flexbox cards in one row . I have attached the wireframe as well, you may refer to it.
No description

how to use and process token that i get after authentication is complete?

Description: First time creating MERN authentication I've created basic user login page with username and password if both matches it returns token which has setout time Questions and issue:...

API

Hi everybody I need a free api for crypto and nft( specially for nft) Could you please help me find that🥲...

How to make this grid layout without using display grid 2 times?

Is it possible to make this layout (1 full width row and 2 columns below) without using display grid 2 times like I did?
No description

Merged cells in table

I am creating this table layout with merged cells. The html I have written is a bit awkward. Please let me know if this is good or is there a better solution. ```html <table border="1"> <thead> <tr>...
No description

CSS Grid Makes White Space Because Of The Height Of Some Columns

The question is how do I just slot in the 2 rows beneath the picture into that white space, so that I get it like in the second picture
No description