Pokey99 / more-css-practice

Recreating CSS Layouts
0 stars 0 forks source link

stevens-sollege index/css tips #1

Open xBladwin opened 6 years ago

xBladwin commented 6 years ago

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.

zachfedor commented 6 years ago

Good call, @xBladwin

You can highlight the line in the code and use the ... button to copy a link to that line so it shows up in the issue. Check it out:

https://github.com/zmwaite182/more-css-practice/blob/4233cc4bc9361da1445515e526274fef4ef18cb6/stevens-college/index.html#L13