From 3a6496e57aa05739ae79a3c611fca9a47bd2acba Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Mon, 8 Feb 2021 09:25:15 -0600 Subject: l --- csci4131/hw2/egg.html | 90 +++++++++++++++++++++++++++++++++++++++++++++++ csci4131/lec/Lec4Ex1.html | 4 +-- csci4131/lec/Lec5Ex1.html | 23 ++++++++++++ csci4131/lec/mystyle8.css | 41 +++++++++++++++++++++ 4 files changed, 156 insertions(+), 2 deletions(-) create mode 100644 csci4131/hw2/egg.html create mode 100644 csci4131/lec/Lec5Ex1.html create mode 100644 csci4131/lec/mystyle8.css (limited to 'csci4131') diff --git a/csci4131/hw2/egg.html b/csci4131/hw2/egg.html new file mode 100644 index 0000000..dec3ddb --- /dev/null +++ b/csci4131/hw2/egg.html @@ -0,0 +1,90 @@ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + +
+
+
+ View this post on Instagram
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ A post shared by Eugene | #EggGang (@world_record_egg)

+
+
+ \ No newline at end of file diff --git a/csci4131/lec/Lec4Ex1.html b/csci4131/lec/Lec4Ex1.html index dce9a34..9433abd 100644 --- a/csci4131/lec/Lec4Ex1.html +++ b/csci4131/lec/Lec4Ex1.html @@ -12,10 +12,10 @@

diff --git a/csci4131/lec/Lec5Ex1.html b/csci4131/lec/Lec5Ex1.html new file mode 100644 index 0000000..18f98ec --- /dev/null +++ b/csci4131/lec/Lec5Ex1.html @@ -0,0 +1,23 @@ + + + + + + + + Box Model Example + + + + + + +
+

The University of Minnesota

+

Educating the Leaders of Tomorrow for over 100 years. + There is always something happening at the U!

+
+ + + + diff --git a/csci4131/lec/mystyle8.css b/csci4131/lec/mystyle8.css new file mode 100644 index 0000000..5b2546d --- /dev/null +++ b/csci4131/lec/mystyle8.css @@ -0,0 +1,41 @@ + /* A CSS Style file for formatting "the box" around some block elements */ + + +body { + border: .1875em dotted black; + margin: .625em; + max-width: 90%; + } + +section{ + border: .125em solid black; + max-width: 80%; + margin: 1.25em; /* all four sides */ + padding: .625em; /* all four sides */ + } +h1,p { + border: .0625em dashed black; + padding: .625em; + max-width: 80%; + } +h1{ + margin: .5em 0 .25em; /* .5em top,0 right and left, .25em bottom */ + padding-left: .9375em; +} +p{ + margin: 0; /* all four sides */ + padding-left: .9375em; +} +div { +border: .1875em dotted black; +color: red; +margin: .625em; +} + + + + + + + + \ No newline at end of file -- cgit v1.2.3