Skip to content
Advertisement

Tag: css

Slideshow not coming under the Header

My slideshow is not coming under the header, it is next to the header. I tried flex but the slider just broke. I tried increasing the padding and margin but that did not work too. The Problem HTML CODE HTML Code (Full Code) CSS CODE CSS Code (Code too big) JAVASCRIPT CODE Please Help me fix this bug. Answer You

Why is the site navigation collapsing so fast?

When you look at the menu of this website: https://www.eurotuin.be/ And when you try to hover it, it collapses really fast. see the menu here I’ve tried experimenting with the following code, but it doesn’t seem to work: This one has same effect: Answer Two things : How transition would have any effect if duration is 0s (I’m no expert,

include tailwind css in bundle js

How could I include tailwind css in bundle js ? this is the an example with vue 3 and tailwind 3 https://github.com/musashiM82/vue-webpack. running npm run build , it creates 3 files: app.js ABOUTPAGE.js app.6cba1802.css I want to include app.6cba1802.css into app.js, so the result should be: app.js ABOUTPAGE.js Thanks Answer You can use the css.extract option from vue cli :

Advertisement