Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

CSS

Media queries

Media queries allows to define style for a certain configuration only. By default the CSS is used for all configuration. Examples: media="print" media="screen". They can be applied to entire files or group of rules inside the file.

device size or size ?

I recommend always using size @media screen and (min-width: 960px) {. And never device size @media screen and (min-device-width: 960px) {

Awesome CSS tricks

https://github.com/you-dont-need/You-Dont-Need-JavaScript

CSS loaders

https://codepen.io/viduthalai1947/pen/JkhDK

http://tobiasahlin.com/spinkit/

https://codepen.io/brunjo/pen/ByjRPy