Skip to content

Instantly share code, notes, and snippets.

View moonbyt3's full-sized avatar
💭
out of the silent planet

Milorad Jekić moonbyt3

💭
out of the silent planet
  • Decem
  • Novi Sad
View GitHub Profile
@hoyangtsai
hoyangtsai / iPhoneX.css
Created November 27, 2018 04:52
IPhone X, Xs Max and XR media query
/* 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 */
@nemanjan00
nemanjan00 / load.md
Last active February 22, 2018 18:03

Renderovanje Web stranice

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.


@joyrexus
joyrexus / README.md
Last active May 3, 2024 10:41 — forked from liamcurry/gist:2597326
Vanilla JS equivalents of jQuery methods

Sans jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})
@chrisjlee
chrisjlee / media-queries.scss
Last active January 6, 2024 12:36
All Media Queries breakpoints
@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 */ }
@cobyism
cobyism / diy-cardboard-laptop-stand.md
Created February 4, 2013 15:26
DIY Cardboard Laptop Stand

DIY Cardboard Laptop Stand

DSCF0319

Here’s how to make your own laptop stand out of cardboard.

Ingredients

  • One piece of cardboard, approximately 53cm wide x 14cm high (cut up an old parcel box or something).
  • Scissors