review:Attribute selectors challenge task2 (input area color)

Challenge Task 2 of 3

Next, create a new attribute selector that targets input elements with a type attribute value of password. Then, set the color to #ccc.


/* Complete the challenge by writing CSS below */

img[title="avatar"]{

  border-radius:50%;

  

}


input[type="password"]{

  color:#ccc;

}

Comments

Popular posts from this blog

how to code a weather forecast web

What Build Tools Do JavaScript Developers Use?

WordPress Theme Development From Scratch - 3. Enqueuing CSS and JS to W...

how to use :focus

unit3.online registration form tricks: input field box align right and placeholder text right, but input text left.

how to screenshot a drop down menu on mac

Numbers in JavaScript introduction