Quantcast
Channel: Made to Order Software Corporation - screen
Viewing all articles
Browse latest Browse all 10

CSS3 media queries

$
0
0

CSS is improving with the introduction of CSS3.

Contrary to the previous version, CSS3 supports selections that are very advanced, offering capabilities close to what you could write in JavaScript.

Today I wanted to talk about the Media Queries because that can be used to very much optimize the list of links used to load your CSS data.

In HTML, you can use a <link ...> to add a CSS file to your page.

<link rel="stylesheet" type="text/css" href="style.css" />

In this case, the file style.css will always be loaded, whatever the media being used.

read more


Viewing all articles
Browse latest Browse all 10

Latest Images

Trending Articles





Latest Images