Skip to main content
0 votes
1 answer
51 views

I have a grid of identical boxes, but some of them seem to appear with dotted lines, corresponding to the padding of the box. It appears to be the same boxes in the grid each time, and each box has ...
Charles Yu's user avatar
-4 votes
0 answers
28 views

I am working on ReclaimX, a full-stack campus lost & found platform (Final Year Project). GitHub: https://github.com/SniperRavan/RECLAIMX Problem On the Profile page (pages/profile.html), after ...
Sniper_Ravan's user avatar
0 votes
1 answer
34 views

On the Google Fonts page for Merriweather, it shows it has a variable width that you can test on the site. But when I have the font embedded in a site, there is no option: <!DOCTYPE html> <...
not without text's user avatar
0 votes
1 answer
68 views

I have two pages. The first does exactly what I want with its scrollbar: @property --my-width { syntax: "<length>"; inherits: true; initial-value: 0; } :root { --color-...
McMurphy's user avatar
  • 1,491
0 votes
0 answers
47 views

Currently I am using vertically stacked card animation by the framer motion. The animation it self is perfect user reaches the section, the section becomes sticky and page normal scroll stops and the ...
Zaman Haider's user avatar
Best practices
1 vote
1 replies
27 views

We are using angular version 15. As part of our internal UI modules for styling from the client side itself, according to those versions of those modules there was an ADA issue. The ADA issue is about ...
Modern_coder_2003's user avatar
Advice
0 votes
5 replies
69 views

I'm trying to find out whether a horizontal line of divs exceeds the width of their container. If they do, they should be displayed as a dropdown, as they are not allowed to overflow (and the divs ...
orange's user avatar
  • 8,261
0 votes
0 answers
45 views

I have two flex displayed divs on my site, each containing two child divs with a flex-direction set to row and a mix-blend-mode set to multiply, visible against an image background. The second of ...
Joachim's user avatar
  • 323
-7 votes
1 answer
111 views

I'm trying to make a graphics test using tables as individual pixels, where you can move around using WASD, with the player character being the "@" symbol. I'm using this code: <!DOCTYPE ...
Sealington's user avatar
-6 votes
0 answers
49 views

I want to make a CSS selector that selects elements which only have the .banner class and no other classes. For example, I only want to select the first div in the following HTML: <div class="...
Stevoisiak's user avatar
  • 28.1k
Advice
0 votes
5 replies
163 views

I have an assignment on my University to make a full stack project including bootstrap, backend, database and frontend, I am trying to make my image change depending based on how many xpAutoclicker ...
Chickenslices007's user avatar
0 votes
1 answer
76 views

I'm looking for another way to achieve the same effect, but without using a white background to hide the line that runs beneath the SVG. Otherwise, I can't incorporate it when there's a background ...
Jimmy.D's user avatar
  • 145
-1 votes
2 answers
83 views

I want to make a CSS selector that matches an element which contains both of two specified matching child elements. For example, let's say I want to match a <section> element that contains both ...
Stevoisiak's user avatar
  • 28.1k
Best practices
0 votes
0 replies
27 views

Context summary We are modeling a Sequence Diagram for a React application (Next.js). The flow describes the creation of a new staff member through a form located in the AddStaff.tsx component. The ...
dok's user avatar
  • 469
-1 votes
1 answer
133 views

I am writing a simple web-app to display flashcards using PHP, SQL and HTML. To show the cards currently created I have a page called view_cards.php which loads with a query string comprising the ...
Rene Thomas's user avatar

15 30 50 per page
1
2 3 4 5
79089