close
Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
-1 votes
0 answers
14 views

Honestly, I am at my absolute wits' end with this. I’ve spent the last few hours trying absolutely everything to get this working. I'm trying to rework the dropdown menu of my site when it's in mobile ...
user32841899's user avatar
0 votes
2 answers
43 views

I have a list with links that I can't modify. Is there a way to make the list show only numbers so you can style it as a pagination? The links are real links that point to pages, so I need to keep ...
jcubic's user avatar
3 votes
1 answer
75 views

In Firefox all of the li items are out-dented, but in the chrome engine (Chrome, Edge, Comodo) the item that starts a nested list doesn't out-dent. Using Developer Tools shows that the out-dent ...
OneQuestionOnly's user avatar
0 votes
0 answers
166 views

The issue as of right now is that the "logo-box" (the mask for the logo image) is currently not fully transparent like it is supposed to be. The idea for the logo is for it to be fully ...
MindaMan's user avatar
Best practices
0 votes
2 replies
94 views

A simple example of my unordered list that seems to render but breaks the rules: <ul>My household pets <li>There is a fluffy <b>cat</b></li> <li> The <b>dog&...
OneQuestionOnly's user avatar
Advice
1 vote
4 replies
118 views

I have recently started learning HTML and CSS and can create basic pages using headings, forms, tables, semantic tags, Flexbox, and simple styling. My challenge is that I can follow tutorials and ...
Ashish Saha's user avatar
0 votes
1 answer
81 views

I'm making a front-end for a program that solves a game called Bullpen (aka Queens on LinkedIn). I want my UI to have a palette of colors on the left-hand side that the user can click on to replicate ...
user32831696's user avatar
0 votes
0 answers
86 views

I'm using Elementor with the Unlimited Elements (UAE) Navigation Menu widget in a custom header. The menu works correctly on desktop, but on mobile I have a strange issue: Problem The hamburger icon ...
Noreen Bukhari's user avatar
0 votes
0 answers
120 views

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Print Dimension Test - 5mm Discrepancy</title> <style> * { ...
Jerome Dupret's user avatar
-1 votes
0 answers
79 views

I have an overlay in CSS: .overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.6); opacity: 0; pointer-events: none; transition: opacity 0.3s ease-in-out; z-...
tottero123's user avatar
2 votes
3 answers
140 views

I am working on a project which involves text fields in editable boxes. The boxes have some placeholder text until the user clicks into the box, and then the placeholder text disappears, allowing the ...
TJM's user avatar
-1 votes
0 answers
84 views

I am attempting to make my own website. The layout is lifted from here. I found a guide on making a marquee here (it's a div with a CSS animation) and combined it with a flexbox horizontal image ...
planetomicron's user avatar
0 votes
2 answers
168 views

I have a view transition: checkbox.oninput = () => { document.startViewTransition(() => { checkbox.classList.toggle('checked'); }); }; .container { display: grid; grid-template: ...
root's user avatar
Best practices
0 votes
3 replies
82 views

As per W3schools: With CSS, colors can be specified in different ways: By color names As RGB values As hexadecimal values As HSL values (CSS3) As HWB values (CSS4) With the currentcolor keyword ...
A-Tech's user avatar
-1 votes
1 answer
71 views

I have code with a forwards and backwards transition. (It uses allow-keywords, so it's for Chrome, not yet other browsers.) .foo { transition: width 1s, display 1s; @starting-style { width: 0; ...
root's user avatar

15 30 50 per page
1
2 3 4 5
53767