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)
Why is margin: 0 0 0 auto not working without display: flex?
Using the below code, I am trying to take the Follow button at the right of the screen. For that, I am using margin: 0 0 0 auto for the .follow class. It works when I use display: flex in the parent e...
Azraf Khan Zarif
Votes: 0
Answers: 2
Why margin auto is not able to center item vertically?
I think I've got some confusion on how margin auto works. In this case, I'm creating a parent div and a children div inside of it, and both div boxes are given width & height. Then, I tried to use...

jialeee17
Votes: 0
Answers: 1
Why are my header and paragraph distanced so far apart without a margin or padding?
I am in the process of coding a contact page for my business's website but for some reason, when I run my code, my header and my paragraph are distanced very far apart even though I set both the mar...
Max Herczeg
Votes: 0
Answers: 2
I want the 3rd image of every line to be in the row. how to solve
I have divided the page 3 part and given 30% of width to every Image and the remaining 10% is divided by both sides of every Image that is 6 10%/6 sides. the answer is 1.6666 but the last image of eve...

Shaik Mohammed Huzaifa
Votes: 0
Answers: 2