Internat for all devices
+From 82860472f6f26d5d91f69a8a9d329aa8cb2f675a Mon Sep 17 00:00:00 2001
From: Your Name Bring WiFi with you, everywhere you go Everyone Needs a little Karma Internat for all devices Boost your productivity Pay us You Go Internat for all devices Boost your productivity Pay us You Go @ Karma Mobility, Ink
+
+
+
Introduction Karma
+
+
+
+
+
+
+
From a60b14f2a046b58c70b22829f09680754f8afab0 Mon Sep 17 00:00:00 2001
From: Your Name
@@ -69,7 +69,7 @@
Introduction Karma
Introduction Karma
Introduction Karma
Introduction Karma
-
- - Karma Orange - Space Grey -
-By placing your order you agree to Karma's Terms and Conditions. *
-
+ Order your Karma wifi
+ device today!
+
+
+
+
+ diff --git a/level-2/store.css b/level-2/store.css index 953e8314d..b1211603f 100644 --- a/level-2/store.css +++ b/level-2/store.css @@ -1,218 +1,276 @@ -:root { - --fs-normal: 1rem; -} body { font-family: "Roboto", sans-serif; -webkit-font-smoothing: antialiased; margin: 0; } -main { - height: 900px; - display: flex; - flex-direction: row-reverse; + +body, +button { + font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; + color: var(--grey-dark); + font-size: 1rem; } -a { - color: #f96203; + +h1 { + margin-top: 0; + /* margin-bottom: 0; */ } + +p { + margin-top: 0; + margin-bottom: 0; +} + .header, +.content, .footer { - padding: 0rem 1rem 0rem 1rem; + padding: 0 2rem; max-width: 1200px; - margin: 0 auto; } -/* Header */ -.header_logo { - height: 45px; - margin-top: 3px; + +/*Navigation*/ + +nav { + margin-right: 5%; } -.header { - display: flex; - flex-direction: row; - align-items: center; - justify-content: flex-start; - height: 4rem; - width: 1167px; - margin-bottom: 0rem; - padding-left: 96px; - padding-right: 0rem; - padding-top: 0rem; - background-color: #e0e0e0; -} -/* Navigation */ -.navigation_list { +.nav-list-2 { display: flex; + gap: 2rem; list-style: none; - width: 600px; - justify-content: space-between; - padding-left: 450px; + align-items: center; } -.navigation_item { - padding: 0.5rem 0; + +.nav__item-2 { + padding: 0rem; } -.navigation_link1 { - color: #414040; + +.nav__link-2 { + color: gray; font-weight: 600; + text-transform: capitalize; text-decoration: none; } -.navigation_link { - color: #6e6d6d; - font-weight: 400; - text-decoration: none; -} -.navigation_link:hover { - color: #f96203; -} -/* Main */ -.content2 { - width: 600px; - padding-top: 0px; - display: flex; - flex-direction: row-reverse; -} -.imgContent2 { - text-align: end; -} -.content3 { - text-align: center; - height: 900px; -} -.h1Content3 { - width: 543px; - font-size: 40px; - margin: 100px 60px 15px 60px; - color: #f96203; -} -.imgStore { - width: 600px; + +.nav__link-2:hover { + color: orange; } -/* Input*/ -.nameText { + +/*Header*/ + +.header { display: flex; - justify-content: start; - padding-top: 0px; - font-size: 20px; - height: 50px; - color: #414040; -} -.h5name1 { - margin-bottom: 0px; - padding-left: 133px; - height: 25px; -} -.h5name2 { - margin-bottom: 0px; - padding-left: 115px; - height: 25px; -} -.inputName { - width: 190px; - height: 30px; - margin-left: 10px; - border: solid 2px rgb(118, 118, 118); + align-items: center; + justify-content: space-between; + height: 5rem; + /* margin-bottom: 0.2rem; + padding-top: 0.1rem; */ + background-color: aliceblue; +} + +.head__logo { + max-height: 71px; + width: 1.5rem; + padding-left: 100px; +} + +/*Button*/ + +button { + background-color: #c05326; + color: white; + border-radius: 3px; + border: none; + padding: 0.7rem 1.5rem; +} + +button:hover { + background-color: gray; +} + +.button-info { + padding-top: 2rem; +} + +/* Farm Parts*/ +/* +.for__gap { + line-height: 3rem; +} */ + +.form__part { + margin-left: 10vw; + /* max-width: fit-content; */ + text-align: start; + font-weight: bold; +} + +input[type="text"] { + width: 95%; + padding: 12px 20px; + border: 2px solid #ccc; border-radius: 4px; + box-sizing: border-box; } -.inputAddress { - width: 398px; - height: 30px; - margin-left: 10px; - border: solid 2px rgb(118, 118, 118); + +input[type="last name"] { + width: 110%; + padding: 12px 20px; + border: 2px solid #ccc; border-radius: 4px; + box-sizing: border-box; } -.inputCity { - width: 290px; - height: 36px; - padding: 1px 2px; - margin-left: 10px; - margin-right: 12px; - border: solid 2px rgb(118, 118, 118); + +select { + width: 140%; + padding: 12px 20px; + border: 2px solid #ccc; border-radius: 4px; + background-color: border-box; + color: gray; + font-size: 1rem; + font-style: italic; } -.inputPostCode { - width: 100px; - height: 30px; - padding: 1px 2px; - border: solid 2px rgb(118, 118, 118); - border-radius: 4px; + +.form { + display: flex; + justify-content: space-between; + /* padding-left: 10.5%; + gap: 4rem; + display: grid; + grid-template-columns: repeat(2, auto); */ + /* border: 1px solid red; + border-top: 2em; */ +} + +/*Radio active button*/ + +input[type="radio"] { + appearance: none; + border: 2px solid gray; + padding: 8px; + border-radius: 50%; +} +input[type="radio"]:checked { + background-color: rgb(255, 140, 0); + border-color: rgb(203, 210, 216); +} + +/*Checkbox*/ + +input[type="checkbox"] { + transform: scale( + 1.6 + ); /*Adjust the scale factor as needed to increase the size */ +} + +input[type="checkbox"]:checked::before { + content: "\2713"; + display: block; + width: 11.5px; + height: 11.5px; + line-height: 13px; + text-align: start; + background-color: #fff; + border: 1px solid #605753; + border-radius: 2px; + color: #c05326; + font-weight: bold; +} + +/*Name*/ + +.last__name { + display: flex; + + flex-direction: row; + padding-top: 2.5rem; + gap: 0.2rem; } -/* Select*/ -.h5name3 { - margin-bottom: 0px; - padding-left: 258px; - height: 25px; + +.for__name { + display: flex; + flex-direction: column; } -.h4SelectColour { - margin-top: 50px; - margin-left: 133px; + +.last__name-2 { + display: flex; + flex-direction: row; + gap: 6rem; } -.inputRadio1 { - margin-top: 40px; - margin-left: -125px; - accent-color: #f96203; + +input[type="postcode"] { + width: 85%; + padding: 12px 6px; + border: 2px solid #ccc; + border-radius: 4px; + box-sizing: border-box; } -.inputRadio2 { - margin-top: 40px; - margin-left: 20px; - accent-color: #f96203; + +.for__name-2 { + display: flex; + flex-direction: column; +} + +.form { + color: gray; +} + +.text { + color: #c05326; + font-size: 2.3rem; + font-weight: bold; + justify-items: center; + font-style: bold; + padding-top: 5rem; +} + +/*img*/ + +.store__img { + width: 600px; } -.radioText { - font-size: 18px; - height: 50px; - margin-top: 10px; + +/*radio*/ + +.radio-1 { + padding-top: 3rem; + padding-bottom: 3.5rem; } -.checkbox { - display: flex; - text-align: left; - margin-top: 60px; - margin-left: 127px; - margin-right: 95px; - font-size: 18px; - accent-color: #f96203; -} -.divPlace { - text-align: left; -} -/* Button */ -.btnPlace { - margin-top: 10px; - margin-left: 130px; - width: 180px; - height: 50px; - font-size: 17px; - color: #ffffff; - background: #f96203; - border-radius: 8px; - border: solid 2px #ffffff; -} -/* Footer */ + +/*footer*/ + .footer { - width: 1000px; - font-size: 25px; + margin-top: 2rem; text-align: center; - color: #232121; - border-top: solid 2px #eae6e6; } -.textFooter { + +a { + color: darkorange; +} + +.footer p { + padding-bottom: 1rem; text-align: center; - font-size: 25px; - color: #acacac; - font-weight: 400; - margin-top: 20px; + font-size: 0.85rem; } -.logosFooter { - display: flex; - justify-content: center; -} -.iconFooter { - height: 30px; - border: solid 2px #d4ceceaa; - border-radius: 30px; - padding: 5px; - margin-right: 10px; - margin-left: 10px; -} -.circle { - border: solid 1px #acacac; - border-radius: 20px; - padding: 0 4px 0 4px; - font-size: 15px; + +.for__text { + padding-top: 1em; + color: gray; +} + +.img__icon { + text-align: center; + width: 1rem; + border: 1px solid gray; + border-radius: 50%; + padding: 10px; + overflow: hidden; +} + +hr.new { + margin-top: 0px; + border: 1px solid rgb(237, 233, 233); + width: 60rem; + margin-bottom: 70px; } diff --git a/level-2/store.html b/level-2/store.html index 99be3778a..964e0d49c 100644 --- a/level-2/store.html +++ b/level-2/store.html @@ -1,183 +1,159 @@ - -
- - -
- - - -
+