Skip to content

Instantly share code, notes, and snippets.

View mlpassos's full-sized avatar
🏠
Working from home

Márcio Passos mlpassos

🏠
Working from home
View GitHub Profile
@mlpassos
mlpassos / wp_perm_set.sh
Created October 16, 2023 21:25
Bash Script for Setting File and Folder Permissions for WordPress
#!/bin/bash
# Função para exibir mensagens de erro e sair
die() {
echo "Erro: $1"
exit 1
}
# Função para exibir a mensagem de ajuda
display_help() {
@mlpassos
mlpassos / dabblet.css
Last active March 3, 2016 20:26
Untitled
.bola {
width:50px;
height:50px;
background-color:red;
border-radius:50%;
trasnform-style: preserve-3d;
perspective:100px;
}
@keyframes anima {
0% {transform: translateX(0%) scale3d(.5,.5,.5);background-color:blue;}
body {
}
.container {
width:100px;
height:200px;
border:1px solid red;
margin:0 auto;
perspective:600px;
transform-style:preserve-3d;
}
body {
}
.container {
width:100px;
height:200px;
border:1px solid red;
margin:0 auto;
perspective:600px;
transform-style:preserve-3d;
}
body {
}
.container {
width:100px;
height:200px;
border:1px solid red;
margin:0 auto;
perspective:600px;
transform-style:preserve-3d;
}
body {
}
.container {
width:100px;
height:200px;
border:1px solid red;
margin:0 auto;
perspective:600px;
transform-style:preserve-3d;
}
@mlpassos
mlpassos / dabblet.css
Created May 21, 2014 19:59
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@import url(http://weloveiconfonts.com/api/?family=typicons);
/* typicons */
[class*="typicons-"]:before {
font-family: 'Typicons', sans-serif;
}
body {
font: 13px Helvetica Neue, Helvetica, sans-serif;
color:white;
@mlpassos
mlpassos / dabblet.css
Created January 14, 2014 14:05
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@mlpassos
mlpassos / dabblet.css
Created October 30, 2013 14:24
zocial
@import url(http://weloveiconfonts.com/api/?family=entypo);
/* zocial */
[class*="zocial-"]:before {
font-family: 'zocial', sans-serif;
}
.entypo-note {
font-size:80px;
margin-left:-20px;