Skip to content

Instantly share code, notes, and snippets.

View tvprasad's full-sized avatar
💭
I may be slow to respond.

Prasad Thiriveedi tvprasad

💭
I may be slow to respond.
View GitHub Profile
@tvprasad
tvprasad / media-query.css
Created May 18, 2020 00:19 — 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
@tvprasad
tvprasad / 2019-https-localhost.md
Created January 11, 2023 13:39 — forked from cecilemuller/2019-https-localhost.md
How to create an HTTPS certificate for localhost domains

How to create an HTTPS certificate for localhost domains

This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.

Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).