Section change on click
I want to work on a project like this in the attached video when click on a tab than content in section should change how can i achieved this functionality..
Thanks.....
how to make headings , paragraph, images, font-size and all other content of webpage responsive ?
I want to make website responsive that website should look good in mobile,tablet,laptop and desktop so how to do it. this is the code
Refactoring a Webflow site’s CSS
Hi all! I’ve decided it’s time to refactor the CSS to a site I made with Webflow.
Currently, I’ve named the elements using BEM: e.g. there’ll be a class like “.hero_image” that defines things broadly, and then a subclass/“.hero_image .__contact” that defines things more specifically.
I’m finding that, over 2 years, that this has led to a lot of DRY (don’t repeat yourself) violations. Currently, there are a lot of aspects like padding, font color, &c., that are consistent across elements that I think could be made their own class and applied where needed....
How can I achieve this collapsible timeline/tree
I asked not too long ago about this but in the end that didn't work out for me so I had to take a different approach.
I managed to get something working by making the left border be a div for itself and then making the specific elements such as horizontal line that connects that border and the little circle and then using some JS/TS code to show or hide the descriptions below the title.
There was also an issue where when opening the last timeline entry that would expand the div so I managed to sort of hack my way around it by calculating the height of that left border when all entries are closed and then when opening last entry it applies that height as a style to the left border....

Breakpoints in em unit
I almost all the time notice that Kevin uses breakpoints in em unit. But I wonder why? What is the benefit we get when breakpoints in em unit are used? Is there any youtube link or resources available?
Thanks in advance. 🙂...
border
how can i make the "menu"have hese own border and background codes:
```html
<html lang="en">
<head>
<meta charset="UTF-8">...
Referrer URL Tracking
I'm trying to get the inital/referrer url of the site where the user entered and store it in a hidden value in the pop-up(which is same on all pages) from and take it as a submission when form is submitted.
tried this but wasn't working
```js
<script>...
How do I center navigation links?
How do i center my navigation links? I used flexbox and added justify-content: space-between, but it still seems a bit off centered
```html
<nav class="nav">
<div class="nav-logo">...

TAILWIND Checkbox Not Aligning
```js
<div className="flex items-center justify-center h-screen">
<div className=" border-black rounded border-x-2 border-y-2 w-[20rem] h-[50px]">
<input type="checkbox" className="mr-2"/>
...
can we use border and border image at the same time?
can we use border and border image at the same time?
Question regarding TailwindCSS
Hello everyone, hope y'all are doing nice. My question is: How do I practice Tailwindcss and please provide some websites that contain designs to practice it with.
How to implement perfect audio recording in website?
I am developing simple React app. I need to make a function where users can record their voice and upload it. For this, I just used 'react-audio-analyser' module to record voice. But users have to click record and stop button manually now. I want to automate stop function so that the stop button is manually clicked when user speech ends. How can I do this?
Primary Nav working only in homepage.
I created a primary nav on my homepage, to be used on several other pages I aimed to create. The nav links and submenus are working fine until I created a new page. The links stopped working on the page but still works perfectly fine on the homepage. This is weird. I believe I linked my new page well to the JS file, and it should be working, but it is not. Please what could be the possible cause of this?
How to implement this logo in website
Are there any way to make this logo's background transparent or is it possible to create this logo with plain html and css?

How to create a custom calendar in Javascript(Next.js)
Hello team,
I have started creating a custom calendar, fetching data from a CMS I use and displaying it in NExt.js.
I am stuck at the point where I need to adjust the displayed days to ending of the previous month. How can i display it in an HTML tbale to start counting from where the last month has ended.
Each month has 32-33 days. I've got to the point where I can display the days correctly, but how do i adjust that when the last month ends on the 4th day of the week, then the next month starts at the 5day of the week?...
Vertically align ::before/::after elements to parent, where parent needs to follow inline baseline
You can see in the attached image how the flag before the username is not vertical-centrally aligned to the username. The username is an anchor tag with a ::before rendering the famfamfam flag png.
The problem: when I set the anchor to:
```css
display: flex;...
