We will look at what CSS selectors to use to change an HTML5 inputs placeholder color. This can differ from browser to browser, so, we will make sure to cover all of the cases. /* Chrome, Opera, Safari */ ::-webkit-input-placeholder { color: #ff6600;…
CSS COLOR Color Review We've completed our extensive tour of the colors in CSS! Let's review the key information we've learned. There are four ways to represent color in CSS: Named colors - there are 147 named colors, which you can review here. Hexad…