I created and completed this project in an hour and a half, and that’s something I’m proud of.
This project was made responsive using Flexbox, and I’m considering using Grid for responsiveness next time.
The paragraph was not adhering to the layout as intended, and the size it was supposed to be was 15 pixels. The issue was not with the font size, but rather with not assigning a width to the container.
To make it responsive, the first unit that came to mind was percentage (%). However, on mobile sizes, the container looked like a thin bar. So, I decided to change the unit from percentage to rem, and fortunately, the appropriate width was achieved.
What specific areas of your project would you like help with?I would really love to get your feedback on how I’ve handled styling in the CSS file.