Here’s how to make your own laptop stand out of cardboard.
- One piece of cardboard, approximately 53cm wide x 14cm high (cut up an old parcel box or something).
- Scissors
@media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ } | |
@media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */ } | |
@media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ } | |
@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ } | |
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ } | |
@media (min-width:1281px) { /* hi-res laptops and desktops */ } |
U ovoj mini eknjizi možete pročitati ono što vam je dovoljno da razumete kako da započnete optimizaciju web stranica.
Potrudiću se da ne uđem previše u tehnologije koje ne morate da razumete ili na koje nemate previše uticaja i da se fokusiram na ono šta možete da promenite.
/* iPhone X and Xs Max */ | |
@media only screen | |
and (min-device-width: 375px) | |
and (min-device-height: 812px) | |
and (-webkit-device-pixel-ratio: 3) | |
and (orientation: portrait) { | |
/* styles */ | |
} | |
/* iPhone XR */ |