I hereby claim:
- I am andreud on github.
- I am mcflyo (https://keybase.io/mcflyo) on keybase.
- I have a public key ASA7QCA5Mvuyfq8r_vTC7KvKr3E060K3LM0-urlhkqYA0Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
float: left | right | none
clear: left | right | both | none
Understanding Float video
| /* 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; |
| /* Escuela Digital https://www.youtube.com/watch?v=8G26O6BTGLw */ | |
| /* Method 1 */ | |
| div.parent{ | |
| display:table; | |
| } | |
| div.parent p { | |
| display:table-cell; | |
| vertical-align:middle; | |
| } |
| /*Fix Wordpress / Bootstarp fixed bars overlap*/ | |
| .admin-bar .navbar-fixed-top { | |
| top: 32px; | |
| } |
| 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'); | |
| } | |
| } | |
| Snippets to configure Wordpress; .httacess, .gitignore, etc. |