Skip to content

Instantly share code, notes, and snippets.

View chavdapsr's full-sized avatar

Chavda Psr chavdapsr

View GitHub Profile
@chavdapsr
chavdapsr / glassmorphism-creative-cloud-app-redesign.markdown
Created September 20, 2022 00:18
Glassmorphism Creative Cloud App Redesign
@chavdapsr
chavdapsr / glassmorphism-card-with-css.markdown
Created July 8, 2022 15:06
Glassmorphism Card with CSS
@gokulkrishh
gokulkrishh / media-query.css
Last active March 12, 2026 00:57
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
@jheimbach
jheimbach / ubuntu-php-development-environment.md
Last active December 16, 2025 23:18 — forked from DaRaFF/ubuntu-php-development-environment.md
Ubuntu php development environment

#Introduction If you're a php developer on ubuntu, there comes the time where you have to install/reinstall your system. I did it already a few times and i decided to write down the steps for a typical web developer stack with php. This is for a developer machine and not for live environment!

I hope it's a help also for you!

#Installation stack