diff --git a/css/store.css b/css/store.css new file mode 100644 index 000000000..9c331984a --- /dev/null +++ b/css/store.css @@ -0,0 +1,157 @@ +body { + font-family: 'Roboto', sans-serif; + -webkit-font-smoothing: antialiased; + margin:0; + width: 100%; +} +main{ + width: 100%; +} +img{ + width: 50%; + float: right; +} +form{ + margin-left: 10%; +} +.store-form{ + margin-top: 80px; + width: 40%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: justify; + margin-left: 5%; + margin-right: 5%; +} +.store-form h1{ + margin-top: 60px; + font-size: 45px; + font-weight: 500; + letter-spacing: 1px; + color: #cc5500; +} +.store-form .input-box{ + margin-bottom:30px ; + width: 100%; +} +.store-form .input-group{ + display: flex; + align-items: center; + justify-content: space-between; + width: 95%; +} +.store-form .input-box input{ + border: 2px solid #686868; + border-radius: 5px; + width: 90%; + height: 35px; +} +.store-form .input-box select{ + border: 2px solid #686868; + border-radius: 5px; + width: 95%; + height: 40px; +} +.store-form .check-box input{ + border: 2px solid #686868; + border-radius: 5px; + width: 10%; + height: 20px; +} +label { + display: block; + margin-bottom: 3px; + color:#535353; +} +.store-form .button{ + width: 40%; + background: hwb(25 7% 3% / 0.943); + padding: 15px 35px; + margin: 30px; + border: 0; + border-radius: 3px; + letter-spacing: 1px; + cursor: pointer; + color: #ffff; +} +.radio-group{ + display: flex; + align-items: center; + justify-content: space-between; + width: 60%; +} +.radio{ + display: flex; + flex-direction: row; + vertical-align: middle; + margin-top: 15px; + margin-bottom: 30px; +} +.radio input{ + display: none; +} +.radio__radio{ + width: 20px; + height: 20px; + border: 2px solid #686868; + border-radius: 50%; + box-sizing: border-box; + margin-right: 10px; + padding: 2px; +} +.radio__radio::after{ + content: ""; + width: 100%; + height: 100%; + display: block; + background: #cc5500; + border-radius: 50%; + transform: scale(0); + transition: transform 0.15s; +} +.radio input:checked + .radio__radio::after{ + transform: scale(1); +} +/*.check-box{ + display: flex; + justify-content: center ; + align-items: baseline; + text-align:justify; + cursor: pointer; +} */ +.check-box p{ + color: #535353; +} +.orange-codition{ + color: #F28C28; +} +.check-box input{ + display: none; +} +.check-box label{ + display: flex; + justify-content: center ; + align-items: baseline; + text-align:justify; + cursor: pointer; +} +.checkmark{ + width: 23px; + height: 23px; + border: 1.5px solid #686868; + border-radius: 20%; + box-sizing: border-box; + margin-right: 10px; + padding: 1px; + +} +.checkmark::after{ + content: url(../level-2/checkmark.svg); + display: none; +} +.check-box input:checked + .checkmark::after { + display: block; +} + diff --git a/index.html b/index.html index d2997d88e..510878861 100755 --- a/index.html +++ b/index.html @@ -16,13 +16,13 @@
diff --git a/store.html b/store.html new file mode 100644 index 000000000..ade4306f1 --- /dev/null +++ b/store.html @@ -0,0 +1,110 @@ + + + + + + Karma + + + + + + + +
+ +
+ +
+
+
+ +
+

Order your Karma wifi divice today!

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