Skip to content

Instantly share code, notes, and snippets.

View christophervistal24's full-sized avatar

Christopher Vistal christophervistal24

View GitHub Profile
@christophervistal24
christophervistal24 / default.conf
Created December 28, 2018 16:54 — forked from johndavedecano/default.conf
PHP 7.2 Laravel Nginx Basic Configuration
server {
listen 80 default_server;
listen [::]:80 default_server;
root /home/ubuntu/project/public;
index index.php index.html;
server_name _;
@christophervistal24
christophervistal24 / media-query.css
Created May 9, 2018 20:18 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS