diff --git a/src/week1/day0/formHTML.html b/src/week1/day0/formHTML.html new file mode 100644 index 0000000..d55274e --- /dev/null +++ b/src/week1/day0/formHTML.html @@ -0,0 +1,45 @@ + + + + + + Form + + +
+ + +

+ + + +

+ + + +

+ + + +

+ + +

+ + + +

+ + + + +
+ + diff --git a/src/week1/day0/image.jpg b/src/week1/day0/image.jpg new file mode 100644 index 0000000..f78698d Binary files /dev/null and b/src/week1/day0/image.jpg differ diff --git a/src/week1/day0/imageHTML.html b/src/week1/day0/imageHTML.html new file mode 100644 index 0000000..de4eb43 --- /dev/null +++ b/src/week1/day0/imageHTML.html @@ -0,0 +1,11 @@ + + + + + Imeaen, Video and Sound + + + + + + diff --git a/src/week1/day0/index.html b/src/week1/day0/index.html new file mode 100644 index 0000000..8922380 --- /dev/null +++ b/src/week1/day0/index.html @@ -0,0 +1,128 @@ + + + + + + + + + + + HTML & CSS + + + + + +
+

Cabecera

+
+ + + +
+ +
+

Articulo

+
+
+ + +
+

el otro costado

+
+ + + +
+

PRUEBA

+
+ + + + \ No newline at end of file diff --git a/src/week1/day0/listHTML.html b/src/week1/day0/listHTML.html new file mode 100644 index 0000000..d90f830 --- /dev/null +++ b/src/week1/day0/listHTML.html @@ -0,0 +1,17 @@ + + + + + My to do list + + +

To do items

+ + + + \ No newline at end of file diff --git a/src/week1/day0/simpsons-couch-supportingcharacters.jpg b/src/week1/day0/simpsons-couch-supportingcharacters.jpg new file mode 100644 index 0000000..3744493 Binary files /dev/null and b/src/week1/day0/simpsons-couch-supportingcharacters.jpg differ diff --git a/src/week1/day0/style.css b/src/week1/day0/style.css new file mode 100644 index 0000000..f84914a --- /dev/null +++ b/src/week1/day0/style.css @@ -0,0 +1,30 @@ +html{ + font-family: 'Courier New', Courier, monospace; + font-size: 14%; +} + +header.center{ + background-color: red; + text-align: center; + font-size: 46%; +} + +.footer{ + background-color: hotpink; + text-align: center; + font-size: 10%; + font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; +} + +.nav{ + background-color: blue; + font-size: 12%; +} + +.aside{ + background-color: aquamarine; + font-size: 10%; +} +section, article{ + color: aqua; +} \ No newline at end of file diff --git a/src/week1/day0/tableHTML.html b/src/week1/day0/tableHTML.html new file mode 100644 index 0000000..eb748fa --- /dev/null +++ b/src/week1/day0/tableHTML.html @@ -0,0 +1,30 @@ + + + + + + My to do list + + + + + + + + + + + + + + + + + + + + + +
List of expenses
Gasto$$
Ropa1800
Salida500
Finde1000
+ + \ No newline at end of file