From 95d74885c112bd31c714af962b215dba89f6f72b Mon Sep 17 00:00:00 2001 From: Derek Kong Date: Sun, 11 Oct 2020 04:07:59 -0700 Subject: [PATCH] first commit --- plot blocks repeat.css | 47 +++++++++++++++++++++++++++++++++++++++++ plot blocks repeat.html | 20 ++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 plot blocks repeat.css create mode 100644 plot blocks repeat.html diff --git a/plot blocks repeat.css b/plot blocks repeat.css new file mode 100644 index 0000000..9ea8a47 --- /dev/null +++ b/plot blocks repeat.css @@ -0,0 +1,47 @@ +*{ + outline: 1px dotted red; + } + #wrapper{ + width: 950px; + background-color: silver; + margin: 0px auto; + padding-top: 30px; + + } + #header{ + min-height: 150px; + background-color: green; + margin: 0px 30px 30px 30px; + } + #navigation{ + min-height: 300px; + width: 200px; + background-color: blue; + margin: 0px 30px 30px 30px; + display: inline-block; + vertical-align: top; + } + #main_content{ + min-height: 400px; + width: 625px; + background-color: red; + padding: 15px; + margin-bottom: 30px; + display: inline-block; + vertical-align: center; + } + .subcontents{ + min-height: 150px; + width: 180px; + background-color: yellow; + margin-bottom: 15px; + margin-right: 15px; + display: inline-block; + vertical-align: top; + } + #advertisement{ + min-height: 150px; + width: 580px; + background-color: purple; + margin-top: 15px; + } \ No newline at end of file diff --git a/plot blocks repeat.html b/plot blocks repeat.html new file mode 100644 index 0000000..6c292ad --- /dev/null +++ b/plot blocks repeat.html @@ -0,0 +1,20 @@ + + + + + plot blocks retry! + + + +
+ + +
+
+
+
+ +
+
+ + \ No newline at end of file