From 42645d60653592961e1984ba9783bd0fa1d45779 Mon Sep 17 00:00:00 2001 From: Guuq <50501321+Guuq@users.noreply.github.com> Date: Wed, 20 Nov 2019 19:29:30 +0100 Subject: [PATCH] 20-11 #1 --- contact/css.css | 39 +++++++++++++++++++++++++++++++++++++++ contact/index.html | 42 ++++++++++++++++++++++++++++++++++++++++++ css.css | 10 ++++++---- index.html | 2 +- 4 files changed, 88 insertions(+), 5 deletions(-) create mode 100644 contact/css.css create mode 100644 contact/index.html diff --git a/contact/css.css b/contact/css.css new file mode 100644 index 0000000..6e0bb7a --- /dev/null +++ b/contact/css.css @@ -0,0 +1,39 @@ +#main { + background-color: #17171b; + width: 100%; + position: absolute; + height: 70vh; +} +#main h1 { + margin: 8rem 0 0 15rem; + font-size: 6rem; +} +#main i { + position: absolute; + top: 8rem; + font-size: 20rem; + right: 20rem; +} +#info { + background-color: #121215; + height: 30vh; + position: absolute; + width: 100%; + top: 70vh; +} +#info h2 { + top: 4rem; + left: 10rem; + position: absolute; + margin: 0; +} +#info ul { + list-style-type: none; + display: inline-block; + margin: 10rem 0 0 10rem; + padding: 0; + font-family: 'Open Sans' +} +#info h4 { + color: gray; +} diff --git a/contact/index.html b/contact/index.html new file mode 100644 index 0000000..34d45f1 --- /dev/null +++ b/contact/index.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + + Contact + + + +
+

Contact opnemen?

+ +
+
+

Neem contact met mij op

+ + + +
+ + + + + + + diff --git a/css.css b/css.css index 7e533f9..3d78374 100644 --- a/css.css +++ b/css.css @@ -56,10 +56,12 @@ footer li { margin-top: 1rem; } footer p { - position: absolute; font-size: 13px; - bottom: -19rem; - left: 1rem; + position: absolute; + margin: 0; + bottom: -20rem; + right: 1rem; + white-space: nowrap; } /* Mobile support */ @viewport { @@ -86,6 +88,6 @@ footer p { margin: 3rem 0 1rem 4rem!important; } footer p { - bottom: -10rem!important; + bottom: -12rem!important; } } diff --git a/index.html b/index.html index 3b44e60..ece228c 100644 --- a/index.html +++ b/index.html @@ -72,7 +72,6 @@