Skip to content

Tag: html

Adding shine animation not working in special cases

I have this function to shine any text element which is passed to it. The first example here works fine (the second example doesn’t work, I provide this in case this can help us find out the issue): I expect this function work in any satiation but unfortunately we have this second example in which the f…

Buttons act weird due to .classList.toggle

I have a menu with some arrow buttons. If you click on those arrow buttons, one more div appears. It’s working fine – but I noticed something strange. If I press on the right arrow 9 times (until all the 10 divs are shown), on the left arrow 9 times (until only the first div is shown) and then try

Footer not enlarging/expanding

I created a website, and I want to expand my footer because right now it looks like this: It should cover the whole website and I tried increasing the width, but that did not work. This is the HTML/CSS of the footer: I got the whole footer code from another source, and I tried copying and pasting the code exa…