In this 6 minute video, you’ll learn about all of the new attribute selectors in CSS3. These allow for more fine grained control of your page styles.
This video is from Think Vitamin Membership, a high-quality video training site, curated by us at Carsonified and Think Vitamin, with hundreds of short videos on topics like …
- Accessibility
- CSS3
- Design
- Django
- HTML & CSS
- HTML5
- JavaScript
- jQuery
- NoSQL
- PHP
- Responsive Web Design
- Ruby
- Ruby on Rails
- SASS
- UX
- Version Control
- WordPress Theme Design
10 new videos are added every week, so it’s a great way to stay up-to-date on all the latest technology and methods. Browse the entire library of videos.
A nice way to do some error checking before launch: img:not([alt]),img[alt=””]{ border:20px solid red !important; } checks for all images with missing or empty alt text.
That’s a great idea! Thanks for sharing. 🙂