diff --git a/Day2 Lecture Exercises/PinClipart.com_clip-art-download-for_1244578.png b/Day2 Lecture Exercises/PinClipart.com_clip-art-download-for_1244578.png new file mode 100644 index 0000000..147064e Binary files /dev/null and b/Day2 Lecture Exercises/PinClipart.com_clip-art-download-for_1244578.png differ diff --git a/Day2 Lecture Exercises/login_interface.html b/Day2 Lecture Exercises/login_interface.html new file mode 100644 index 0000000..b56bd54 --- /dev/null +++ b/Day2 Lecture Exercises/login_interface.html @@ -0,0 +1,45 @@ + + + + + + + User Login + + +
+ +

User Login

+
+ +
+
+ +
+ +
+
+ + + + +
+ + + \ No newline at end of file diff --git a/box-model1.html b/box-model1.html index 4dc0c72..8680c20 100644 --- a/box-model1.html +++ b/box-model1.html @@ -5,6 +5,9 @@ + + + @@ -35,7 +38,9 @@ - The quickest of brown foxes. +
+ +
diff --git a/box-model2.html b/box-model2.html index 4dc0c72..b8af479 100644 --- a/box-model2.html +++ b/box-model2.html @@ -34,10 +34,18 @@ +
- The quickest of brown foxes. + +
+
+
+
+ +
+
diff --git a/css/style.css b/css/style.css index d17d83a..f35b9db 100644 --- a/css/style.css +++ b/css/style.css @@ -1,9 +1,15 @@ body { - background-color: navy; + background-color: crimson; + border-color: chartreuse; +} +#div2{ + background-color: blanchedalmond; + height: 750px; + width: 750px; } - -object { - height: 100vh; - width: 100vh; +#div1{ + background-color: blue; + height: 750px; + width: 750px; }