From aa1d667f49319c3f62b50e55dfdc3035148b9719 Mon Sep 17 00:00:00 2001 From: Tahseen Alaa Date: Thu, 29 Mar 2018 23:09:23 +0300 Subject: [PATCH] Task - 1 Done by Tahseen Alaa. --- Solutions/Task - 1/assets/css/style.css | 87 +++++++++++++++++ Solutions/Task - 1/index.html | 118 ++++++++++++++++++++++++ 2 files changed, 205 insertions(+) create mode 100644 Solutions/Task - 1/assets/css/style.css create mode 100644 Solutions/Task - 1/index.html diff --git a/Solutions/Task - 1/assets/css/style.css b/Solutions/Task - 1/assets/css/style.css new file mode 100644 index 0000000..6d74797 --- /dev/null +++ b/Solutions/Task - 1/assets/css/style.css @@ -0,0 +1,87 @@ +html, body { + margin: 0; + padding: 0; +} + +header { + margin: 50px auto auto 50px; + text-align: center; + left: 20%; +} + +section { + text-align: center; +} + +h1 { + font-size: 50px; + font-weight: bold; + color: #4F5362; +} + +h4 { + color: #646568; + font-weight: normal; +} + +.backSpace { + background-color: #fff; + width: 750px; + height: 250px; + position: relative; + margin: 100px auto auto 50px; + border-radius: 3px; + box-shadow: 10px 10px 50px 30px #EFF0F4; + padding: 50px 50px 50px 50px; + left: 27%; + text-align: center; +} + +.container { + display: flex; + justify-content: space-around; + flex-wrap: wrap; +} + +.btn { + text-align: center; + padding: 12px 20px 12px 20px; + margin: 10px 5px 10px 5px; + border: 1px solid transparent; + border-radius: 5px; + text-align: center; + color: #111; + background-color: #EFF0F4; +} + +.btn1, .btn2, .btn6, .btn11 { + background-color: #1ECDE2; + color: #fff; +} + + +.checkOutButtons { + display: flex; + justify-content: center; + margin-top: 75px; +} + +.btnGoBack { + padding-right: 50px; +} + +.btnGoBack button, .btnProcees button { + text-transform: uppercase; + border-radius: 30px; + border: 2px solid #EFF0F4; + background-color: transparent; + color: #b8b9bc; + padding: 10px 30px 10px 30px; + font-weight: bold; + font-size: 14px; +} + +.btnProcees button { + background-color: #AED581; + color: #fff; +} \ No newline at end of file diff --git a/Solutions/Task - 1/index.html b/Solutions/Task - 1/index.html new file mode 100644 index 0000000..3f07258 --- /dev/null +++ b/Solutions/Task - 1/index.html @@ -0,0 +1,118 @@ + + + + + + + Taski - 1 + + + + + + + +
+
+

Select your preferred languages

+
+ +
+

This step allows us to match opponent & select problems for you, that can be
+ solved efficiently and specifically with the languages selected be you.

+
+
+ + + + +
+
+ + +
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ + + + +
+
+ +
+ +
+ +
+
+ + + + +
+
+ + \ No newline at end of file