<a href="https://www.google.com">google</a>
<input type="password">
a[href="https://www.google.com"] {
    /*href 속성값이 http://www.google.com 인 a 태그*/
    text-decoration:none;
    color: green;
}
input[type="password"] {
    /*input*/
    border-radius:4px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.