Overall your code looks good, however I have a recommendation for you.
In line 13 of your index.html I noticed you used breaks in between your text. Instead of using breaks, maybe take them out and use css and add padding/margin around it. this way when the page is scaled down the text moves within the window and is not locked into place.
Overall your code looks good, however I have a recommendation for you.
In line 13 of your index.html I noticed you used breaks in between your text. Instead of using breaks, maybe take them out and use css and add padding/margin around it. this way when the page is scaled down the text moves within the window and is not locked into place.