Saltar al contenido

CSS3

Bootstrap redactor

Redactor es un plugin para bootstrap y jquery para poder habilitar nuestros textarea como editores de texto elegante.  

checkbox align top

Alinear un checkbox con su label. input[type=checkbox] { position: relative; top: 1px; }

Lees – The dynamic stylesheet language

LESS extends CSS with dynamic behavior such asvariables, mixins, operations and functions. LESS runs on both the server-side (with Node.jsand Rhino) or client-side (modern browsers only).

Agregar una fuente a tu maquetación CSS y que sea compatible con todos los navegadores

@charset «utf-8»; @font-face { font-family: ‘GOTHIC’; src: url(‘/media/frontend/fuentes/gothic.eot’); /* IE9 Compat Modes */ src: url(‘/media/frontend/fuentes/gothic.eot?#iefix’) format(‘embedded-opentype’), url(‘/media/frontend/fuentes/gothic.woff’) format(‘woff’), url(‘/media/frontend/fuentes/gothic.ttf’) format(‘truetype’), url(‘/media/frontend/fuentes/gothic.svg#svggothic’) format(‘svg’); } body {… Leer más »Agregar una fuente a tu maquetación CSS y que sea compatible con todos los navegadores