Posts with tag: css


RSS feed for tag

CSS Styles for printed webpages? - Did you know you could style for printed sites with CSS?

Wed Aug 14 2024 ~ Tags: css

Did you know that CSS has a way for us to style a page if the user choose to print it? We might want to tune sizes, not display certain elements and so on. This is all possible thanks to CSS media queries. While many web developers know about media queries, they might not know that it can be used to style print media as well. If this sounds interesting, then read on!

Read more..