How to create better themes with CSS variables - LogRocket Blog
CSS variables let you define values for reuse throughout a CSS file , opening the door to more efficient theming capabilities — no preprocessors necessary.
Rachel Andrew guides us through a tour of the last fifteen years in CSS layout, as manifested in articles here on 24 ways. From the days when Internet Explorer 6 was de rigueur, right up to the modern age of evergreen browsers, the only thing you can be sure of is that the web never stands still for long.
— Web design North Wales UK, website design and consultancy based in North Wales, offering design and art direction for businesses in North Wales, the UK, and worldwide.
Andy Clarke digs deep into snow to find ways flat design can be brought back to life in CSS with the use of techniques to create a sense of depth. Like spring after an everlasting winter, perhaps it’s time to let a different style of design flourish. What a relief.
How To Create A PDF From Your Web Application — Smashing Magazine
There is a wide variety of choices when it comes to creating a PDF from a web application. In this article, Rachel Andrew takes a look at the tools that are available and shares her recommendations to help you find the tool that works best for you.
There may be times in which your web site or application would like to improve the user's experience when printing content. There are a number of possible scenarios:
print-css.rocks - PrintCSS CSS Paged Media tutorial and information
PrintCSS/CSS Paged Media (PDF generation from XML and HTML using CSS stylesheets) tutorial and showcase with lessons, tool descriptions and comparions. PDFreactor Antennahouse PrinceXML
A Guide To The State Of Print Stylesheets In 2018 — Smashing Magazine
We have covered print stylesheets in the past here on Smashing Magazine. In this article, Rachel Andrew takes a look at the state of printing from the browser today.
CSS Selectors for the Entire Last Row of a Dynamic Grid - DockYard
By combining `:nth-child` and `:nth-last-child` selectors, developers can select all elements in the last row of a flexible grid, even if that row is partially filled.
As I frequently mention, every element in the document tree is a rectangular box. Broadly speaking, this "rectangular box" consists of two sections. First we have the actual box, which consists of the border, padding, and margin areas. Second, we have the contents of the box; the content
The Power (and Fun) of Scope with CSS Custom Properties | CSS-Tricks
You’re probably already at least a little familiar with CSS variables. If not, here’s a two-second overview: they are really called custom properties, you
Print To CSS | Website and blog of Front-end developer and web designer, Dan Davies
My name is Dan Davies, an experienced and highly skilled web designer and front-end developer from Flintshire, North Wales and currently working in Cheshire. Specialising in Web Design, WordPress, HTML, CSS3 and Sass, I build responsive websites that incorporate modern, clean code and am a big advocate of the content first approach. I have worked for some large digital agencies and with some very well known brands.
Fascinating CSS Grid Layout Examples and Tutorials - 1stWebDesigner
CSS Grid is one of the most powerful tools available to developers. The simple module allows you to create entire website layouts, responsive galleries, and other cool effects. With enough creativity, you can do a lot of interesting things using …