I've made a gantt chart with timevis, but because the group titles are quite long and there are lots of elements it's not fitting on the screen. I'd like the th
ive been following this guys tutorial, ive timestamped it- and he has a text block that floats to the side. image, which is a div on its own keeps going in the
How to do it so that when .scss files are compiled so that the .css and .map files aren't created, it's extremely annoying in a bigger project and when there ar
I'm trying to make the div symmetrically spaced but when I increase the font size to 200% or 32px, the lower padding, which is of 3em and the
There is a website with the following div: <div class="x" style="user-select: none; filter: blur(4px);"> under this div there are a lot of other divs. I
I have this code https://jsfiddle.net/kxrmcpzn/ <!DOCTYPE html> <html class="no-js" lang=""> <head> <meta charset="utf-8" /> &
this is the code where i send email. the file_get_contents(); i retrieve the content but in plain format text. the css style didnt read. <?php use PHPMaile
everyone! I am working on a project that is based on this template. Everything is OK on the template except for the login page. The problem there is that when s
I'm writing simple HTML & CSS & JS code, I've trying to create a responsive nav-bar with my logo as a link for the home page - however, when the navbar
You can see in the picture below, it displays normally on desktop, but changes on a mobile view. I created this box with a span and added some objects in it, bu
I have a looped video with this css code .bg video{ position: absolute; top: 80px; left: 0; width: 100%; height: 91.4%; object-fit: cover; This is the HTML cod
The interface shown below toggles if the toggle button is clicked. For now I used only opacity to toggle the visibility but it doesn´t look even close wha
I have images that I would like to have a fixed pixel height and auto width with object-fit: contain. How does one achieve this behavior with NextJS Image Compo
Is there a way to create custom CSS properties in JavaScript? Example Note: this code won't work, it's just showing the sort of thing I'm looking for. I'm looki
I am working on a website using tailwindcss. But for some reason the navbar wont work when using the "sticky" class. I tried using the "fixed" class instead, bu
I would like to make sure that my image preloads properly, as there's an svg effect, that only looks good when the background is loaded. function preloader() {
Say I have this css : div div p:nth-child(1), div div p:nth-child(2), div div p:nth-child(3), div div p:nth-child(4), div div p:nth-child(5) { } This will sele
when you click on one of the 'cButton' elements, the active style will be applied to it but if you hold the mouse button down and then hover over another cButto
I have a sidenav menu with some Js, I would like to add the overlay but I don't know how to do it, sorry but I'm a beginner. I tried several ways without succes
here is my code: https://codepen.io/vexisqt/pen/GRQoogQ for some reason scroll-behavior: smooth; is not working html { height:100%; scroll-behavior: smo