Skip to content

Instantly share code, notes, and snippets.

View achoukah's full-sized avatar

Anwar Choukah achoukah

View GitHub Profile
/* normal flexbox */
.flexbox .flex-container {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
}
.flexbox .flex-container.vertical {
display: -webkit-flex;
display: -moz-flex;
@bastianallgeier
bastianallgeier / .htaccess
Created January 3, 2012 11:58
Kirby Default htaccess
DirectoryIndex index.php index.htm index.html
# disable directory listing
Options -Indexes
# rewrite rules
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f