float: left | right | none
clear: left | right | both | none
Understanding Float video
Snippets to configure Wordpress; .httacess, .gitignore, etc. |
function screenHeight() { | |
if($(window).width() > 767 ) { | |
var h = parseInt($(window).height()), | |
h_head = 80; | |
var h_final = ( h - parseInt(h_head) ); | |
var h_svg = h_final*5; | |
$('.screen-height').css('height',h+'px'); | |
} | |
} | |
/*Fix Wordpress / Bootstarp fixed bars overlap*/ | |
.admin-bar .navbar-fixed-top { | |
top: 32px; | |
} |
/* Escuela Digital https://www.youtube.com/watch?v=8G26O6BTGLw */ | |
/* Method 1 */ | |
div.parent{ | |
display:table; | |
} | |
div.parent p { | |
display:table-cell; | |
vertical-align:middle; | |
} |
/* Validadcion CF7 */ | |
.wpcf7 .wpcf7-not-valid-tip { | |
position: relative; | |
background: #d5443a; | |
margin-top: 3px; | |
border-radius: 8px; | |
padding: 2px 6px; | |
border: none; | |
color: #fff; | |
font-size: 12px; |
float: left | right | none
clear: left | right | both | none
Understanding Float video
I hereby claim:
To claim this, I am signing this object: