This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
web_design:tablas:css [2021/10/14 13:57] mag in |
web_design:tablas:css [2023/08/16 09:33] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Lección 3 de Desarrollo Web - Tablas ====== | ====== Lección 3 de Desarrollo Web - Tablas ====== | ||
- | ===== Hojas de estilo | + | ===== Hojas de Estilo |
==== Preparacion ==== | ==== Preparacion ==== | ||
* Continua usando el trabajo que hiciste en [[https:// | * Continua usando el trabajo que hiciste en [[https:// | ||
Line 63: | Line 63: | ||
< | < | ||
- | ==== Underline, Small Caps, Line Height, Shadow | + | ==== Decoraciones |
- | * Any attribute that works in HTML can be used in CSS. Let's complete the heading using the same attributes as before. | + | * Cualquier atributo que funcione en HTML se puede utilizar en CSS . Completemos el titulo usando los mismos atributos que antes. |
< | < | ||
font-family: | font-family: | ||
Line 73: | Line 73: | ||
text-shadow: | text-shadow: | ||
}</ | }</ | ||
- | * Notice that by placing each style definition on a separate line and indenting them makes it very clear which element is targeted and what styles they will use. If you haven' | + | * Cualquier atributo que funcione en HTML se puede utilizar en CSS . Completemos el encabezado usando los mismos atributos que antes. |
- | [[web_design: | + | [[web_design: |