python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Input is offset when changing text size next to it
Not sure why but whenever I change the links next to my search bar on my nav menu, For some reason the input gets slightly moved down. I'm not sure how to explain it....
@import url('https://fon...

Benjamin Dover
Votes: 0
Answers: 1
How to color wrapped lines with multiple color in html and js?
I have this div element in witch I want to set different color for every wrapped line.
With cl.style.display = "inline"; Reacts = cl.getClientRects();
I'm able to get top, left, right and b...
DJ coder
Votes: 0
Answers: 1
label and input don't align like I want them to
I've already seen other posts on this but they haven't helped really, I know that the label is inline but whatever I tried won't work. I've tried making the label seem like an inline-block but that di...

Xattics
Votes: 0
Answers: 1
Completely inlining an AnyVal implicit class constructor without -Yopt-inline-heuristics:everything
I'm experimenting with the Java 17 Vector API Incubator and I decided to see if I can create a zero-cost syntactic sugar for it. Here is a small snippet of what I wrote:
import jdk.incubator.vector._
...
Karol S
Votes: 0
Answers: 1