Open nicoskia opened 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! 🥁
I applied a border radius
to img
, correctly styled input
and textarea
, and styled both label
and table
. Check for bonus tasks too :) Thanks!
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! 🌯
Oops, I must've missed that too - it should be styled correctly now!
Perfect. Thanks for the quick turn-around! :shipit:
@egillespie Can you take a look at this? It's hosted here and meets the following criteria:
input
andtextarea
elementsinput
andtextarea
elementsimg
,input[type="text"]
,textarea
) have the sameborder-radius
source
directory and CSS files are saved in acompiled
directory