@bellaalvesSubmitted over 2 years ago
Isabella Alves
@bellaalvesAll comments
- @1stGosuSubmitted over 2 years ago
I started coding HTML,CSS 7days ago and already I finished 3 challenges but this is my first submission. I faced a problem where if I resize my page the container will resize as well.
@bellaalvesPosted over 2 years agoHello Ahmed! I think the problem is in your width inside container. My advice is changing to px rather then percentage. For example:
.container { width: 375px; }
Good luck and keep coding! =)
0