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)
Elements shifting when screen is resized
I'm currently having some problems with the positioning of the elements on my page. When full screen the elements are centred and don't overlap.
However, when the screen is resized the elements shift...
98SSVM
Votes: 0
Answers: 1
Making heading staying in the middle of top border
I saw some designs like this and wonder if it is possible to recreate with CSS?
Are there any tweaks with negative values required?
Here is the code example:
<div class="wrapper">
<...
dts666
Votes: 0
Answers: 1
Vertically and horizontally aligned glosses using CSS after or elements for positioning
I currently have word glosses in flowing paragraph text that come from a data attribute and are presented after the word, e.g.:
.tcrobe-word.tcrobe-gloss::after {
content: ' ('attr(data-tcrobe-gloss...
AntonOfTheWoods
Votes: 0
Answers: 1
How do I only apply css to text inside a button?
I have this
<button class="jumpButton">"Click me" <svg class="arrowsvg"><path fill="none" stroke="currentColor" stroke-width="2&qu...
DavidNyan10
Votes: 0
Answers: 2