User Tools

Site Tools


web_design:tablas:css

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 en cascada (CSS) =====+===== Hojas de Estilo en Cascada (CSS) =====
 ==== Preparacion ==== ==== Preparacion ====
   * Continua usando el trabajo que hiciste en [[https://jsfiddle.net|jsfiddle]] en la ultima leccion.   * Continua usando el trabajo que hiciste en [[https://jsfiddle.net|jsfiddle]] en la ultima leccion.
Line 63: Line 63:
 <code>font-size: 3em;</code> <code>font-size: 3em;</code>
  
-==== 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.
 <code>h1 { <code>h1 {
   font-family: Arial, sans-serif;   font-family: Arial, sans-serif;
Line 73: Line 73:
   text-shadow:2px 2px #ff0000;   text-shadow:2px 2px #ff0000;
 }</code> }</code>
-  * 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 useIf you haven't been indenting your code, please try from now on.+  * Cualquier atributo que funcione en HTML se puede utilizar en CSS Completemos el encabezado usando los mismos atributos que antes.
  
-[[web_design:horario:tables|NextTables]]+[[web_design:tablas:tables|SiguienteTablas]]
web_design/tablas/css.1634245057.txt.gz · Last modified: 2023/08/16 09:33 (external edit)