diff --git a/.learn/resets/02-hello-world/index.html b/.learn/resets/02-hello-world/index.html new file mode 100644 index 0000000..950dfeb --- /dev/null +++ b/.learn/resets/02-hello-world/index.html @@ -0,0 +1 @@ + diff --git a/.learn/resets/03-Type-Radio/index.html b/.learn/resets/03-Type-Radio/index.html new file mode 100644 index 0000000..cb41ad1 --- /dev/null +++ b/.learn/resets/03-Type-Radio/index.html @@ -0,0 +1,16 @@ + + + + + + + 4Geeks Academy + + + +
+ +
+ + + \ No newline at end of file diff --git a/.learn/resets/04-fieldsets-labels-and-styles/index.html b/.learn/resets/04-fieldsets-labels-and-styles/index.html new file mode 100644 index 0000000..4c4bb16 --- /dev/null +++ b/.learn/resets/04-fieldsets-labels-and-styles/index.html @@ -0,0 +1,32 @@ + + + + + + 4Geeks Academy + + + +
+
+ Full Name + + + + +
+
+ Email + +
+
+ Gender + + + + +
+ +
+ + diff --git a/.learn/resets/04-fieldsets-labels-and-styles/style.css b/.learn/resets/04-fieldsets-labels-and-styles/style.css new file mode 100644 index 0000000..e69de29 diff --git a/.learn/resets/05-HTML-five-forms/index.html b/.learn/resets/05-HTML-five-forms/index.html new file mode 100644 index 0000000..4d8a92c --- /dev/null +++ b/.learn/resets/05-HTML-five-forms/index.html @@ -0,0 +1,36 @@ + + + + + +4Geeks Academy + + + +
+
+ Full Name + + + + + + +
+
+ Contact information + + + +
+
+ Gender + + + + +
+ +
+ + diff --git a/.learn/resets/05-HTML-five-forms/style.css b/.learn/resets/05-HTML-five-forms/style.css new file mode 100644 index 0000000..feb5e9c --- /dev/null +++ b/.learn/resets/05-HTML-five-forms/style.css @@ -0,0 +1,36 @@ +body { + font-family: "Lato", sans-serif; +} + +form { + display: inline-block; +} + +fieldset { + border: none; + margin: 0; + padding: 10px 0; + font-weight: 800; +} + +label { + font-weight: 400; +} + +input[type="text"], +input[type="email"], +input[type="tel"], +input[type="url"] { + border: none; + border-bottom: 1px solid black; + font-size: 16px; +} + +input[type="submit"] { + cursor: pointer; + border: none; + padding: 10px; + background-color: #f65252; + color: white; + width: 100%; +} diff --git a/.learn/resets/06-Replicate-simple-form/index.html b/.learn/resets/06-Replicate-simple-form/index.html new file mode 100644 index 0000000..b6db52a --- /dev/null +++ b/.learn/resets/06-Replicate-simple-form/index.html @@ -0,0 +1,22 @@ + + + + + + + 4Geeks Academy + + + + + +
+ + +
+ + + diff --git a/exercises/02-hello-world/index.html b/exercises/02-hello-world/index.html index 950dfeb..df31773 100644 --- a/exercises/02-hello-world/index.html +++ b/exercises/02-hello-world/index.html @@ -1 +1,10 @@ + + + + + + Hello World + + + diff --git a/exercises/03-Type-Radio/index.html b/exercises/03-Type-Radio/index.html index cb41ad1..f1d9bbe 100644 --- a/exercises/03-Type-Radio/index.html +++ b/exercises/03-Type-Radio/index.html @@ -1,16 +1,37 @@ - - - - - - 4Geeks Academy - - - -
- -
- - - \ No newline at end of file + + + + + 4Geeks Academy + + +
+
+ Gender: + +
+ +
+
+ Orientación Sexual: + +
+ +
+ +
+ + diff --git a/exercises/04-fieldsets-labels-and-styles/style.css b/exercises/04-fieldsets-labels-and-styles/style.css index e69de29..a53f19a 100644 --- a/exercises/04-fieldsets-labels-and-styles/style.css +++ b/exercises/04-fieldsets-labels-and-styles/style.css @@ -0,0 +1,29 @@ +body { + font-family: "Lato", sans-serif; +} + +form { + display: inline-block; +} +fieldset { + border: none; + margin: none; + padding: 10px 0px; + font-weight: 800; +} +label { + font-weight: 400; +} +input[type="text"] { + border: none; + border-bottom: 1px solid black; + font-size: 16px; +} +input[type="submit"] { + cursor: pointer; + border: none; + padding: 10px; + background-color: #f65252; + color: white; + width: 100%; +} diff --git a/exercises/05-HTML-five-forms/index.html b/exercises/05-HTML-five-forms/index.html index 4d8a92c..c8d9a6d 100644 --- a/exercises/05-HTML-five-forms/index.html +++ b/exercises/05-HTML-five-forms/index.html @@ -1,36 +1,36 @@ - - - -4Geeks Academy - - - -
-
- Full Name - - - - - - -
-
- Contact information - - - -
-
- Gender - - - - -
- -
- + + + + 4Geeks Academy + + + +
+
+ Full Name + + + + + + +
+
+ Contact information + + + +
+
+ Gender + + + + +
+ +
+ diff --git a/exercises/06-Replicate-simple-form/index.html b/exercises/06-Replicate-simple-form/index.html index b6db52a..961ac5e 100644 --- a/exercises/06-Replicate-simple-form/index.html +++ b/exercises/06-Replicate-simple-form/index.html @@ -1,22 +1,67 @@ + + + + 4Geeks Academy - - - - 4Geeks Academy - - - - - -
- - -
- + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
NameValue
Name
Sex + Male
+ Female +
Eye Color + +
Check all that apply + Over 6 feet tall
+ Over 200 pounds +
+ + Describe your athletic ability:
+ + + + + +
+