<a href="https://www.ncoughlin.com">Ncoughlin</a><br>
<a href="https://www.facebook.com">Facebook</a><br>
<a href="https://www.google.com">Google</a><br>
<a href="https://www.ncoughlin.com">Ncoughlin</a><br>
<input type="radio"><br>
<input type="checkbox" name="ben"><br>
<input type="text">
a[href="https://www.ncoughlin.com"] {
background: yellow;
}
/* beware that there are only a limited number of ways that you can style a checkbox. for example you cannot use background color. */
input[type="checkbox"] {
visibility: hidden;
}
input[type="text"] {
background: gray;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.