Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-1 votes
0 answers
7 views

Responsive layout using Tailwind CSS

I have Figma design for mobile application and for desktop application for my web page. I don't know how to apply both mobile and desktop versions on my code so when I open the app in my phone only ...
Daniel's user avatar
  • 1
1 vote
1 answer
9 views

Is there a way to activate the printing header and footer using JS or CSS?

Show headers and footers option I've heard about @page in CSS, that can change margin, orientation, page break, but my question is: Is there a way to activate the "Headers and footers" ...
Henrique Dias's user avatar
0 votes
0 answers
10 views

How do I "break" the Grid layout in a certain section of the page

I wanted to understand how can i "step out" of the grid layout. I want the beige color to take the entire width of the screen I tried to separate the component from the section yet it doesn'...
NewbieAeg's user avatar
  • 617
0 votes
2 answers
14 views

How to use filter on background like background blur or brightness without effecting the text [duplicate]

I am working on a web project and I would like to apply a filter effect, such as background blur or brightness adjustment, to the background of a specific section. However, I want the text within this ...
SHAURYA SINGH's user avatar
-2 votes
0 answers
33 views

How can I make all my images to fit in the screen? [closed]

const names = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", ]; ...
Alex's user avatar
  • 91
0 votes
0 answers
27 views

How to automatically change the background color on left side of an HTML range slider?

I'm making an HTML music player project and I'm trying to make the left part of the <input type="range" value="0"> slider be black. The slider is to show how much a song has ...
user26529736's user avatar
0 votes
0 answers
13 views

Horizontal scroll exceed parent width

I have problem with horizontal scrolling, when slide-wrap width is smaller than parent width, then is inside q-page, but when I set width i.e. to 100% it is wider than parent. How to adjust width of ...
MSZMC's user avatar
  • 144
0 votes
1 answer
14 views

How to Align Checkbox with Paragraph Text in a Flexbox List Item Without Margins Interfering?

<li class="task-list-item"> <div style="display: flex; align-items: flex-start;"> <input type="checkbox"> <div> <p> &...
howranwin's user avatar
  • 164
0 votes
2 answers
49 views

Creating a title for an HTML page

I've started creating a simple page for an assignment and I'm trying to put a title at the top of the page but whenever I create a paragraph or h1 to do so it's placed next to the divs with the ...
Miqueler's user avatar
-1 votes
0 answers
30 views

How to add a horizontal scroll onclick with a button or arrow?

I am trying to add a simple button to scroll horizontally, not using any libraries or anything just want to keep it simple. As of now I have the cards flowing horizontally in one row and there is the ...
Orca's user avatar
  • 1
-3 votes
1 answer
33 views

Including navbars using Php [duplicate]

I've been working on my first ever fully fledged web project to try and learn php, and after copying and pasting my top navbar into the 15-ish pages that I have and the styling for it into the 15ish ...
georges kalouch's user avatar
0 votes
0 answers
12 views

Data resolution are not changing when try to minimize the resolution

In Firefox browser, when opened in normal form all data moves towards right, while it appears correctly in Chrome and Edge. Also when I tried to minimize the resolution in edge or chrome all data ...
Pam's user avatar
  • 15
0 votes
0 answers
24 views

Workaround for chaining ::part() selector with other selectors in chromium based browsers?

I was trying to use chain :disabled, :not([disabled]) and/or :not([aria-label='']) with ::part() but I have found that it does not work in chromium based browsers as mentioned in the answer here. It ...
Arkadiusz Górecki's user avatar
-1 votes
1 answer
25 views

Password visibility is not showing in chrome and firefox

I am currently developing a C# application and aiming to ensure compatibility across all major web browsers. However, I've encountered an issue specifically with the password visibility icon. This ...
Pam's user avatar
  • 15
0 votes
0 answers
28 views

How to use event.target.closest for navbar html javascript css?

I'm making a navbar. On click of items which has subnav pages, the navigation item/expands or collapses. Here's the HTML/JS/CSS snippet. const navHasChilds = document.getElementsByClassName("...
Divya Bharathi's user avatar

15 30 50 per page
1
2 3 4 5
33979