diff --git a/contact.html b/contact.html index 254ae7e..f044f0e 100644 --- a/contact.html +++ b/contact.html @@ -51,7 +51,25 @@
- +
+
+
+
+
+
+
+
+
+ +
diff --git a/stil.css b/stil.css index c8de4f8..e3355a4 100644 --- a/stil.css +++ b/stil.css @@ -131,8 +131,40 @@ border-color: transparent transparent transparent #1199CC; display: inline-block; } +.contactForm { + width: 50%; + margin: auto; + padding: 20px; + background-color: #3377AA; +} + +.contactForm input { + margin-top: 15px; + margin-bottom: 15px; + margin-left: 30px; +} + +.contactForm label { + margin-left: 30px; +} + +.confirmButton { + width: 100px; + margin-left: 30px; + margin-bottom: 30px; +} + table { width: 100%; + text-align: center; +} + +table .tableHeader { + background-color: #3377AA; +} + +table .specialRow { + background-color: #1199CC; } img { diff --git a/table.html b/table.html index 7336e70..cc2d14c 100644 --- a/table.html +++ b/table.html @@ -51,24 +51,108 @@
- +
- + + + + + - + + + + + - + + + + + - + + + + + - + + + + + - + + + + +
+ Position + + Name + + Year + + Rating + + Duration +
+ 1 + + The Shawshank Redemption + + 1994 + + 9.3 + + 2h 22m +
+ 2 + + The Godfather + + 1972 + + 9.2 + + 2h 55m +
+ 3 + + The Godfather: Part II + + 1994 + + 9.0 + + 3h 22m +
+ 4 + + The Dark Knight + + 2008 + + 8.9 + + 2h 32m +
+ 5 + + Schindler's List + + 1993 + + 8.9 + + 3h 15m +