An open API service indexing awesome lists of open source software.

https://github.com/lukasoppermann/responsive-web


https://github.com/lukasoppermann/responsive-web

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

## rems
font-size: 62.5%; /* now 1rem = 10px*/

## OOCSS & multiple less files

## responsive svgs


svg * {
transition: fill .1s ease-out, opacity .1s ease-out;
}
@media all and (max-width: 250px) {
#curved_bg {
opacity: 0;
}
#secondary_content, #primary_content {
fill: #195463;
}
}
@media all and (max-width: 200px) {
#secondary_content {
opacity: 0;
}
}
@media all and (max-width: 150px) {
#inner-circle, #middle-circle {
opacity: 0;
}
}


## hover, focus, etc
inkl. touch devices

## google analytics
click auf bestimmte links testen3