@Sahadev18Submitted 9 months ago
- Making the page responsive was challenging.
- I was not sure about chaning the width of container with respect to the window width.
- What is the common technique to make a page responsive.
Use percentages instead of fixed values like width: 100%;
I had difficulties trying to align the text in my div. In the desktop preview images, the distance between the text and the div container is not so much. When I try implementing it to have the same distance, the text changes from 3 lines to 2 lines. I thought the problem was the font size but also I was thinking, a standard font size was already given in the style guide.
You should increase the bold text's font size. The standard ones are for normal text sizes only I guess.