Skip to content

Trying to duplicate flexible banner as seen in video

Im trying to duplicate something like what is shown in the video. I have 2 blocks of div. One containing a random image and another a video and im trying to make them flexible and identical as possible to the video. How can I approach this? I tried using flex box to align them horizontally then media query th…

How to style something based on the URL?

I have a wrapper that is displaying on the whole screen and I want it so if I enter ?display=0 into my URL that the wrapper will disappear with PHP or JavaScript. I’ve been searching for 2 hours and …