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)
Add event listener to items inside flex container
I have a flex container that contains several items that have the flex-grow property set to 1 and a certain max-width.
I want to add an event listener to the group of items, but I do not want the eve...

wahoowa
Votes: 0
Answers: 2
How do I make my image perfectly centered with the text?
I tried using display flex but they're not perfectly aligned, this image is somehow a bit wider than the text and I don't know how to fix this, this is how it looks on the page
#gym {
width: ...

Farouk Hamadi
Votes: 0
Answers: 2
Width in a img balise inside a div or any other parent element
I need the help of the community.
I have 3 elements inside a header parent element like below :
<header class="flex flex-jc-sb flex-ai-c">
<div>
<img src="Assets/im...
Mohamed Necib
Votes: 0
Answers: 1
Make element dividing lines equal height with container
I'm trying to do a simple navbar, but the size of the border matches the size of the text and not its container's height. I'm trying to 'close' each text inside its own 'rectangle'. How do I achieve t...
Jonas
Votes: 0
Answers: 1