aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/lec/mystyle8.css
diff options
context:
space:
mode:
authorRossTheRoss <mstrapp@protonmail.com>2021-02-08 09:25:15 -0600
committerRossTheRoss <mstrapp@protonmail.com>2021-02-08 09:25:15 -0600
commit3a6496e57aa05739ae79a3c611fca9a47bd2acba (patch)
tree7815bed81291870a86e11c251a8f1d9dc07bcfe7 /csci4131/lec/mystyle8.css
parentexample 1 (diff)
downloadhomework-3a6496e57aa05739ae79a3c611fca9a47bd2acba.tar
homework-3a6496e57aa05739ae79a3c611fca9a47bd2acba.tar.gz
homework-3a6496e57aa05739ae79a3c611fca9a47bd2acba.tar.bz2
homework-3a6496e57aa05739ae79a3c611fca9a47bd2acba.tar.lz
homework-3a6496e57aa05739ae79a3c611fca9a47bd2acba.tar.xz
homework-3a6496e57aa05739ae79a3c611fca9a47bd2acba.tar.zst
homework-3a6496e57aa05739ae79a3c611fca9a47bd2acba.zip
l
Diffstat (limited to 'csci4131/lec/mystyle8.css')
-rw-r--r--csci4131/lec/mystyle8.css41
1 files changed, 41 insertions, 0 deletions
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