summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-05-04 14:27:16 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-05-04 14:27:16 +0200
commitea3fed0df4eaedd820f3f405502b62efe5952f8f (patch)
tree9e663cffed9c122b7420dde040d1efb293fda2b1
parent66b34314d67c695b899b704feffbe723453f1dbf (diff)
downloadInternetTechnologien-ea3fed0df4eaedd820f3f405502b62efe5952f8f.tar.gz
InternetTechnologien-ea3fed0df4eaedd820f3f405502b62efe5952f8f.zip
Use a div for a complete line
-rw-r--r--Aufgabe05/categories.html1
-rw-r--r--Aufgabe05/contact.html1
-rw-r--r--Aufgabe05/index.html1
-rw-r--r--Aufgabe05/login.html1
-rw-r--r--Aufgabe05/productdetails.html1
-rw-r--r--Aufgabe05/products.html1
6 files changed, 6 insertions, 0 deletions
diff --git a/Aufgabe05/categories.html b/Aufgabe05/categories.html
index ecf50ac..46e74c9 100644
--- a/Aufgabe05/categories.html
+++ b/Aufgabe05/categories.html
@@ -18,6 +18,7 @@
<dl>
<dt><a href="products.html">Furniture</a></dt>
</dl>
+ <div class="spacer"></div>
</div>
<footer>Copyright by SomeCompany Ltd.</footer>
</body>
diff --git a/Aufgabe05/contact.html b/Aufgabe05/contact.html
index 4241eb8..d3d4f9d 100644
--- a/Aufgabe05/contact.html
+++ b/Aufgabe05/contact.html
@@ -16,6 +16,7 @@
</nav>
<div id="content">
<p>Name: SomeCompany Ltd.<br>Telephone: +1-555-6383<br>Address: SomeStreet in Alamo</p>
+ <div class="spacer"></div>
</div>
<footer>Copyright by SomeCompany Ltd.</footer>
</body>
diff --git a/Aufgabe05/index.html b/Aufgabe05/index.html
index 5b4ca7c..800bd6f 100644
--- a/Aufgabe05/index.html
+++ b/Aufgabe05/index.html
@@ -17,6 +17,7 @@
<div id="content">
<p>This site will rock your chair. The best products from all over the world.
Furniture the like you have never seen. Contact us a get our catalog or login a order direct from our categories.</p>
+ <div class="spacer"></div>
</div>
<footer>Copyright by SomeCompany Ltd.</footer>
</body>
diff --git a/Aufgabe05/login.html b/Aufgabe05/login.html
index 082f1c0..fc23dba 100644
--- a/Aufgabe05/login.html
+++ b/Aufgabe05/login.html
@@ -34,6 +34,7 @@
<u>R</u>eset
</button>
</form>
+ <div class="spacer"></div>
</div>
<footer>Copyright by SomeCompany Ltd.</footer>
</body>
diff --git a/Aufgabe05/productdetails.html b/Aufgabe05/productdetails.html
index 16434fa..3e49f8e 100644
--- a/Aufgabe05/productdetails.html
+++ b/Aufgabe05/productdetails.html
@@ -49,6 +49,7 @@
</div>
<div class="spacer">&nbsp;</div>
</form>
+ <div class="spacer"></div>
</div>
<footer>Copyright by SomeCompany Ltd.</footer>
</body>
diff --git a/Aufgabe05/products.html b/Aufgabe05/products.html
index 91c1d37..8b5c766 100644
--- a/Aufgabe05/products.html
+++ b/Aufgabe05/products.html
@@ -19,6 +19,7 @@
<dl>
<dt><a href="productdetails.html">Chair</a></dt>
</dl>
+ <div class="spacer"></div>
</div>
<footer>Copyright by SomeCompany Ltd.</footer>
</body>