Deprecated: Return type of MGLInstagramGallery_Plugin::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/mageekla/public_html/polsola/wp-content/plugins/mgl-instagram-gallery/src/MGLInstagramGallery/Plugin.php on line 14

Deprecated: Return type of MGLInstagramGallery_Plugin::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/mageekla/public_html/polsola/wp-content/plugins/mgl-instagram-gallery/src/MGLInstagramGallery/Plugin.php on line 22

Deprecated: Return type of MGLInstagramGallery_Plugin::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/mageekla/public_html/polsola/wp-content/plugins/mgl-instagram-gallery/src/MGLInstagramGallery/Plugin.php on line 10

Deprecated: Return type of MGLInstagramGallery_Plugin::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/mageekla/public_html/polsola/wp-content/plugins/mgl-instagram-gallery/src/MGLInstagramGallery/Plugin.php on line 18

Deprecated: Optional parameter $content declared before required parameter $tagName is implicitly treated as a required parameter in /home/mageekla/public_html/polsola/wp-content/plugins/mgl-instagram-gallery/src/MGLInstagramGallery/Shortcode/Controller.php on line 102
HTML & CSS Archives - Pol Solà

El blog

Incorporar Foundation Sites o Bootstrap 4 a un proyecto con Npm, SCSS y Gulp

Si llevas tiempo trabajando con CSS seguro que has oído hablar sobre estos dos Frameworks de CSS: Foundation Sites y Bootstrap 4. En esta entrada veremos la mejor manera de incluirlos en nuestro proyecto aprovechándonos de Gulp y SCSS. ¿Porqué Npm? Seguro que os preguntáis ¿porqué hacerlo con npm? Lo más rápido sería descargar el […]

Seguir leyendo

Añadir soporte CSS3 a Internet Explorer

Seguramente os habreis encontrado más de una vez (y más de dos para que negarlo) en esta situación, teneis un diseño maquetado y listo, se ve perfecto en todos los navegadores actuales, pero al probarlo en Internet Explorer, desastre, cosas que se mueven de sitio, no hay bordes redondeados, ni sombras, muchos selectores CSS3  no […]

Seguir leyendo

Condicionales en CSS3

En estos tiempos en que hay una gran variedad de dispositivos que visitan nuestra pagina, nos vemos obligados a tener varias versiones de nuestra pagina para ajustarla al estilo de todos ellos. Con la llegada de CSS3, llega una herramienta muy interesante para adaptar nuestros diseños web a cualquier tipo de pantalla, los condicionales. Mediante […]

Seguir leyendo