From 8e4fcef243e6989fa3093f274670aa4f5e05c432 Mon Sep 17 00:00:00 2001 From: Navi33 Date: Thu, 14 Nov 2019 17:56:15 +0800 Subject: [PATCH 1/4] Add files newFile.js and 123.html --- 123.html | 0 newFile.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 123.html create mode 100644 newFile.js diff --git a/123.html b/123.html new file mode 100644 index 000000000..e69de29bb diff --git a/newFile.js b/newFile.js new file mode 100644 index 000000000..e69de29bb From 8e9868f6535a2241aebcd71aa6a48a67c9e08f79 Mon Sep 17 00:00:00 2001 From: Navi33 Date: Sun, 17 Nov 2019 12:16:39 +0800 Subject: [PATCH 2/4] completed assignement modified homework.html and added styles.css --- Lesson02-HTML-CSS/homework/homework.html | 53 +++++++++++++++++++++++- Lesson02-HTML-CSS/homework/styles.css | 17 ++++++++ 2 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 Lesson02-HTML-CSS/homework/styles.css diff --git a/Lesson02-HTML-CSS/homework/homework.html b/Lesson02-HTML-CSS/homework/homework.html index b722c6acc..2046684e5 100644 --- a/Lesson02-HTML-CSS/homework/homework.html +++ b/Lesson02-HTML-CSS/homework/homework.html @@ -1 +1,52 @@ - \ No newline at end of file + + + + + + + + Ivan's HTML homework + + + + +
+

Ivan

+

Lambda School

+

HTML/CSS homework

+
+
+ Soft fluffy texture that burst sweetness in your mouth. + Pinoy Cuisine +
+
+
    +
  • + +
  • +
  • + +
  • +
+
+ + + \ No newline at end of file diff --git a/Lesson02-HTML-CSS/homework/styles.css b/Lesson02-HTML-CSS/homework/styles.css new file mode 100644 index 000000000..68af6e89b --- /dev/null +++ b/Lesson02-HTML-CSS/homework/styles.css @@ -0,0 +1,17 @@ +h1{ + color:chocolate; +} +img{ + width: 400px; +} +#thirdDiv{ + height: 600px; + width: 500px; + background-color: lime; + padding: 50px; + border: 3px solid blue; +} +#spanId{ + margin: 50px; + font-size: 18px; +} \ No newline at end of file From d0a4107a4673c89a7acae55def4153e7854b0ddc Mon Sep 17 00:00:00 2001 From: Navi33 Date: Sun, 17 Nov 2019 15:44:24 +0800 Subject: [PATCH 3/4] completed Lesson 3, modified homework.css minus the extra credit --- Lesson02-HTML-CSS/homework/homework.html | 2 +- .../homework/homework.css | 29 +++++++++++++++---- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/Lesson02-HTML-CSS/homework/homework.html b/Lesson02-HTML-CSS/homework/homework.html index 2046684e5..c6edb9e59 100644 --- a/Lesson02-HTML-CSS/homework/homework.html +++ b/Lesson02-HTML-CSS/homework/homework.html @@ -43,7 +43,7 @@

HTML/CSS homework

  • - +
  • diff --git a/Lesson03-CSS-Positioning/homework/homework.css b/Lesson03-CSS-Positioning/homework/homework.css index a45394a92..959bddc45 100644 --- a/Lesson03-CSS-Positioning/homework/homework.css +++ b/Lesson03-CSS-Positioning/homework/homework.css @@ -8,36 +8,55 @@ in this folder, you are in the wrong place. /* We will start this one off for you: */ #exerciseOne { - + display:block; + text-align: center; + } /* Exercise Two: Positioning a Header Bar*/ /* Place code here */ +#exerciseTwo{ + display: none; - +} /* Exercise Three: */ /* Place code here */ - +#exerciseThree{ + position: relative; + top: 100px; + left: 200px; +} /* Exercise Four: */ /* Place code here */ - +#exerciseFour{ + position: fixed; + top: 0; + left: 0; +} /* Exercise Five */ /* Place code here */ - +#exerciseFive{ + display:flex; + justify-content: space-between; + flex-direction: row-reverse; +} /* Exercise Six */ #exerciseSeven { display: flex; + justify-content: space-evenly; + align-items: center; } + From 9b003d6326608c3c31d3d3846097548221c943ad Mon Sep 17 00:00:00 2001 From: Navi33 Date: Sat, 15 May 2021 22:12:02 +0800 Subject: [PATCH 4/4] addede a new file, newFile.js --- Lesson01-Git/newFile.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Lesson01-Git/newFile.js diff --git a/Lesson01-Git/newFile.js b/Lesson01-Git/newFile.js new file mode 100644 index 000000000..e69de29bb