You are here |
darekkay.com | ||
| | | |
alvaromontoro.com
|
|
| | | | We already have the HTML skeleton from the previous post, and it's a functional form. It is time now to style it so it looks nice. The first consideration is going to be what browsers we want to support. It may sound silly: Chrome, Firefox, Safari, and Edge are in... but should we include IE11 in the mix? :: Blog post at Alvaro Montoro's Personal Website. | |
| | | |
alvaromontoro.com
|
|
| | | | You may have noticed those reading progress indicators on top of some pages (mainly news articles and blog posts). They are a bar that grows as you read the article and lets you know how much you have left to read visually. This component is a nice feature, especially on mobile, where the scrollbars are not always visible. But did you know that you can code a reading indicator with just a single HTML element and some CSS? No JavaScript code at all. :: Blog post at Alvaro Montoro's Personal Website. | |
| | | |
www.tempertemper.net
|
|
| | | | Ever noticed one of those "Skip to main content" links when you press the tab key? They're important. | |
| | | |
smashingconf.com
|
|
| | Manuel Matuzovi? guides you through the first steps and takes a deep dive into automated and manual accessibility testing. |