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 @@ + + +
+ + + + + + + + + +