nicoskia / MI-449-SS17-740-css-sass-intro-8dVLYn

0 stars 0 forks source link

Project Feedback #1

Open nicoskia opened 7 years ago

nicoskia commented 7 years ago

@egillespie Can you take a look at this? It's hosted here and meets the following criteria:

egillespie commented 7 years ago

Hi @nicoskia, this is a pretty good start. It looks like all of the basics are covered, with the exception that img does not have a border-radius applied to it.

Your input and textarea elements are inconsistently styled. I recommend using a single set of styles for both elements and adding a border attribute:

input,
textarea {
  // existing styles go here
  border: 1px solid black;
}

I also don't see any styles being applied to label or any part of the table. Do you mind including those? Bonus props if you zebra-stripe the table and/or add an effect to the labels when you move the mouse over them. 😉


After you’ve made your changes and pushed them to GitHub and your hosted site, give it a once-over to make sure it looks right, then comment back here and I’ll take another look.

Thanks! 🥁

nicoskia commented 7 years ago

I applied a border radius to img, correctly styled input and textarea, and styled both label and table. Check for bonus tasks too :) Thanks!

egillespie commented 7 years ago

Thanks for cleaning house. I like the hover effect, too! 🌮

On my first pass, I didn't notice that you are not styling your a elements. Do you mind applying styles to your links and demonstrate using the parent & selector and nesting when you do it?

Sorry I didn't catch this till now. Everything else looks great! 🌯

nicoskia commented 7 years ago

Oops, I must've missed that too - it should be styled correctly now!

egillespie commented 7 years ago

Perfect. Thanks for the quick turn-around! :shipit: