@Rezvaneh2022Submitted over 1 year ago
Please check my code , I will be happy to read your feedback. :)
Please check my code , I will be happy to read your feedback. :)
Hi there,
Here are some suggesstions:
Try using flexbox to make layouts easier
Avoid using inline css styles. All styles are better in a seprate css file
Avoid using "!important" in css - use it only if it has to be used