overflow of footer during printing
I already created post on backend please look into it. Attaching link of that post below.
https://discord.com/channels/436251713830125568/1156284822386397297...
Blogger theme
hey i am creating a template for blogger . can someone pls give resources for tags and all .pls
weird white gap on the bottom while scrolling down mobile
Hi! So I was wrapping up this screen when I started testing it on mobile. As you can see, when sliding down, this weird white gap appears as long as I hold on to the slide. When letting it go, it goes back to normal. This is how I have implemented the background:
```css
body {
background: linear-gradient(to bottom right, #12384c 0%, #161c24 60%);...

Challenge #1 Alternate Solution
I already submitted a more normal grid solution for Challenge #1 and the deadline passed, but I wanted to also do one using a more esoteric solution. This one uses display:table. This is an alternate way to get a table-like structure without using an actual table in HTML. The benefit of this approach is that it can be applied conditionally based on nth-child.
The spacer underneath the photo is accomplished via a div that has no content and no size set. When that spacer is given display:table-cell, its parent is given display:table-row, and the card is give display:table, the spacer div takes the width of the table cell above it which holds the image. Leaving these display properties as default on the other cards makes the spacer have 0 width and 0 height, because it has no content and no explicit size.
Note: I am not recommending using this approach on a regular basis....
VS Code Issue with Absolute Path
What I am trying to achieve is to create absolute path aliases in webpack to simplify importing modules.
The code work as expected in Stackblitz web container
https://stackblitz.com/edit/stackblitz-webcontainer-api-starter-u9g2us?file=package.json,src%2FApp.jsx,webpack%2Fwebpack.common.js
...

How to get rid of this Favicon error, it's driving me insane, I cleared cache and everything.
This is just mind boggling of how stupid it is, I don't have anything related to my 3 line code to favicon and its giving me error all the time, so pissed off....

Animate on scroll
Hello, could you guys help please?
Iβm having trouble animating my h1βs on scroll, everything seems to work fine when I animate it with pure css, unless I use phone browsers.
Then I tried AOS GitHub library. And there seems to be problem with putting it on h1...
Layout struggle
Hi, i'm struggling to get this layout. My Grid is making two rows, even though i only set 1fr on row.
```scss
display: grid;
grid-template-columns: repeat(3, auto);...

recreate this layout challenge
Could someone tell me where I went wrong when trying to recreate this layout ?
Here is my solution: https://codepen.io/mikewill245/pen/JjwvEgM...

Progress on my Challenge #1
I am going into the challenge and blind with a Google search bar in hand. I did not read any solutions and I wish to come up with my own.
Here is my codepen link.
https://codepen.io/gregwoodsfrontier/pen/abPGWXz...
Quirky numbers in javascript
When I add 0.01 it instead adds something odd..
How can I solve this?...

Array issue (Unwanted changes to the array)
HI!
So I am setting the const change [] to be equal to cid []
After that I alter the const change so that the values return to 0
...

error message during watch in sass file
when my main.scss with import is being watched and I change + save the file that is being imported, I get this error message regularly (about 25 - 50% of the time):
`{
"status": 1,
"file": "C:/Users/Wessel/Desktop/test-folder/SCSS/main.scss",...

Animation Problem
Hello i have a problem i am trying to create animation like this one here for the case studies can someone help me iam using framer motion Next js typescript and styled components https://www.appart.agency/#workoffset . I will be really grateful ! here is the code of a single case studie for me for now ```tsx
export const CaseStudy = withVisualEditor<CaseStudyProps & MotionProps>(
({ partnerImg, title, categories, ctaLabel, ctaLink, studyImg, ...props }) => {
const controls = useAnimation();
const [scrolling, setScrolling] = useState(false);...

Challenge #1 Help! flex or Grid
I wanted to do it via flex, but how do I push the text without adding a margin and have it automatically push there? Do I have to modify the shape of the card?
Using grid list is easy but I need to do it using flex and flex shark
https://codepen.io/tazissam-the-looper/pen/abPGzOE...

How do I put the image behind the hero section?
I'm trying to solve a frontend mentor challenge, but I'm having issues putting the squiggly lines image behind the text at the hero section and i tried using relative and absolute positiong but the image won't move to the top-left side and remains in the middle. How do i solve this?
Code: https://github.com/kenekc18/Insure-landing_Page
Frontend Mentor Challenge: https://www.frontendmentor.io/challenges/insure-landing-page-uTU68JV8/hub Live website:https://insure-landing-page-psi-pink.vercel.app/...
Recreating Apple's security/privacy padlock animation on the logo through just code
So I was redesigning a startup's website with better UI and animations to show my skills and then to pitch for an internship opportunity using that as proof of work. Now they have this section on security/privacy where I thought it would be cool to make an Apple privacy-type padlock animation with their logo. So my question is, can be done using CSS or any framework with just code and not animation software?(EDIT: I will be using an image of the logo and code the handle of the lock, as otherwise...

Is this possible?
Hi, IΒ΄m working in a layout and I have a problem related to composition. What ratio would I have to apply to my second element (column-8) and how would it be calculated so that it had the same height as the previous one (column-4)?
Show case: https://codepen.io/segundofdez/pen/ExGEBoZ
The real website:...
Auto Closing Tag not showing
So i'm trying to add the feature on my code editor that helps devs to write easier and faster
so i want to add the feature auto closing tag but it's not showing or sometimes it gets shown like in the photo
So i want when the dev write a nametag for ex: <h1 but after he type the ">" i want the the closing tag to get closed by itself
Here's the code : https://codepen.io/ssamimustafa/pen/XWoExmO...

