CSS Media Queries
Css
code posted
by
Matt
created at 02 Jan 16:05, updated at 03 Jan 10:15
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
@media only screen and (min-width: 561px) { .centered { width: 531px; } } @media only screen and (min-width: 743px) { .centered { width: 713px; } } @media only screen and (min-width: 925px) { .centered { width: 895px; } } @media only screen and (min-width: 1107px) { .centered { width: 1077px; } } @media only screen and (min-width: 1289px) { .centered { width: 1259px; } hghgfhgfhgf gfhgfhgfhgfhfh } |
466 Bytes in 2 ms with coderay