A Pen by Jahid Hasan on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Command Line: | |
# Install Lamp | |
Configure for permission: | |
cd /var/www/html | |
sudo chown -R user:www-data /var/www/html/ | |
sudo chmod -R 775 /var/www/html/ | |
sudo chmod g+s /var/www/html/ | |
#Install ftp [vsftpd] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*================================================== | |
= Bootstrap 3 Media Queries = | |
==================================================*/ | |
/*========== Mobile First Method ==========*/ | |
/* Custom, iPhone Retina */ | |
@media only screen and (min-width : 320px) { | |
} | |
NewerOlder