Home Authors Posts by webstack

webstack

2483 POSTS 0 COMMENTS

How do you make a layout with pictures down one side of a page...

I got this exact question in an email the other day, and I thought it would make a nice blog post because of how wonderfully satisfying this is to do in CSS these days. Plus we can sprinkle in polish to it as we go. HTML-wise, I’m thinking image, text, image, text, etc. <img src="..." alt="..." he..

The 15 Best Free Calligraphy Fonts

A designer can never have enough fonts in their toolbox, especially calligraphy fonts that are all the rage now. Calligraphy fonts add a touch of elegance to any design project, not to mention they are also great for expressing personality and character. Moreover, calligraphy fonts can be used in a..

When a Click is Not Just a Click

The click event is quite simple and easy to use; you listen for the event and run code when the event is fired. It works on just about every HTML element there is, a core feature of the DOM API. As often the case with the DOM and JavaScript, there are nuances to consider. Some nuances with the clic..

I Love Typography Launches Font Store

There is no shortage of places to buy fonts online, but the quality of what is on offer is variable, and the way of searching catalogs has remained largely unchanged since the first stores appeared decades ago. I Love Typography — a popular source of news about typography and type design since 2007..

Fixing a Bug in Low-Resolution Mode

I was working on a bug ticket the other day where it was reported that an icon was sitting low in a button. Just not aligned like it should be. I had to go on a little journey to figure out how to replicate it before I could fix it. Lemme set the scene. Here’s the screenshot: See how the icon is j..

Dealing with Terrible Business Ideas from Your Clients

If you’ve ever attempted to read up on or start your own business, you’ll likely have come across this encouraging nugget of information – the one that says upwards of 90% of new businesses fail within the first five years. That’s pretty alarming, but even more alarming is when you’re the designer ..

What does `font: 110%/1.4 system-ui` mean?

I use this line, or one like it, in a lot of quick demos. Not that it’s not a production-worthy line of code—I just tend to be a bit more explicit on bigger projects. html { font: 110%/1.4 system-ui; } Someone wrote in confused by it, and I could see how a line like that is a bit bewildering at ..

Chromium spelling and grammar features

Delan Azabani digs into the (hopefully) coming soon ::spelling-error and ::grammar-error pseudo selectors in CSS. Design control is always nice. Hey, if we can style scrollbars and style selected text, why not this? The squiggly lines that indicate possible spelling or grammar errors have been a st..

94% of the Largest E-Commerce Sites Are Not Accessibility Compliant

(Note: Unfortunately, e-mail and RSS don’t support advanced layouts and features. If the graphics in this article look strange, you may want to read the article in your web browser.) Key Takeaways Our rating of 33 top-grossing e-commerce sites against 4 core accessibility guidelines reveals that 94% of sites are incomplaint (WCAG 2.1 AA): 64% of sites have accessibility-compliance issues with images 67% of sites have accessibility-compliance issues with links 38% of sites have accessibility-compliance issues with form field markup 49% of sites have accessibility-compliance issues with keyboard navigation As a result some users who need accommodations for accessibility reasons will find using the sites difficult, if not impossible At Baymard our research team has just spent 4,400 hours researching accessibility principles and applying them to the e-commerce field — leading to our new research study on Accessibility for E-Commerce Sites. Additionally, we’ve benchmarked 33 top-g..

:nth-child Between Two Fixed Indexes

I needed to select some elements between two fixed indexes the other day — like literally the second through fifth elements. Ironically, I have a whole post on “Useful :nth-child Recipes” but this wasn’t one of them. The answer, it turns out, isn’t that complicated. But it did twist my brain a lit..
- Advertisement -

Recent Posts