positioning #10
Answered
by
Abhinav-ark
Hirthickraj-2004
asked this question in
Q&A
-
why don’t you use relative or absolute positioning in your code? |
Beta Was this translation helpful? Give feedback.
Answered by
Abhinav-ark
Mar 5, 2024
Replies: 1 comment
-
I have used margins and padding to position elements in my code. Using position has a hazard of elements overlapping during responsive design. I personally don't recommend absolute positioning unless you are very good at it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Hirthickraj-2004
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have used margins and padding to position elements in my code. Using position has a hazard of elements overlapping during responsive design. I personally don't recommend absolute positioning unless you are very good at it.