IlyaGrigo / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

SUMMARY #5

Open franfranfranfran opened 7 years ago

franfranfranfran commented 7 years ago

GRADE: Exceeds Expectations

SUMMARY: Great job with this project! The site itself looks great and you did an awesome job keeping your project folder organized and your html and css neat and readable. Very good work using relative file paths to link to your images throughout as well.

The only small issue to report is with the & special character. Try using an html entity for this character to ensure that it is displayed correctly across all browsers. Other than that, your page looks great!

From here, you’re in a great place to spruce up the page beyond what the spec shows. You could try any number of things. One possibility is to put the item text in each section up next to the image. How might we accomplish this? Check here for more info - https://developer.mozilla.org/en-US/docs/Web/CSS/float?v=example

Keep up the great work!

IlyaGrigo commented 7 years ago

Thanks a lot for your review! I is extremely important to hear the views of my work from the master!)

I've tried element "float: left" in my CSS code to change the page. I faced with some problems which I could not solve yet. I think I need just a bit more practice to deal with it!