Responsive Design #12
Answered
by
Abhinav-ark
MeheRRVardhan
asked this question in
Q&A
-
Bro how did you make the website responsive for phone? |
Beta Was this translation helpful? Give feedback.
Answered by
Abhinav-ark
Mar 5, 2024
Replies: 1 comment
-
I used the css media query, specified a threshold for the screen size. Depending on the threshold I defined different css styles for the same classes. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MeheRRVardhan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I used the css media query, specified a threshold for the screen size. Depending on the threshold I defined different css styles for the same classes.