From e18ba69c15f44fb2519d3381505a7d07c563ebb0 Mon Sep 17 00:00:00 2001 From: alikansoh Date: Fri, 25 Aug 2023 10:37:05 +0300 Subject: [PATCH 1/4] added 27 --- week-3/27-attributes/index.html | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/week-3/27-attributes/index.html b/week-3/27-attributes/index.html index e54fd838..60e0d542 100644 --- a/week-3/27-attributes/index.html +++ b/week-3/27-attributes/index.html @@ -42,7 +42,7 @@

Checkout

Billing Address

- +

@@ -50,18 +50,18 @@

Checkout

- +

- +

Delivery Address

- +

@@ -73,15 +73,27 @@

Checkout

type="text" name="delivery-address-postcode" id="delivery-address-postcode" + required />

- +

- +

Delivery Options @@ -91,6 +103,8 @@

Checkout

name="delivery-option" id="delivery-option" value="standard" + checked + disabled /> Royal Mail From 0bbec83b94789215592436c828da3a1739803d8c Mon Sep 17 00:00:00 2001 From: alikansoh Date: Fri, 25 Aug 2023 10:56:20 +0300 Subject: [PATCH 2/4] added last-exercice From 46b4ed94c56525d031d5b3f799a15127e7fb2c57 Mon Sep 17 00:00:00 2001 From: alikansoh Date: Fri, 25 Aug 2023 11:38:03 +0300 Subject: [PATCH 3/4] added last-exercice From 0366f75fac9e5edaa3b2b0fe876dde193d9a908d Mon Sep 17 00:00:00 2001 From: alikansoh Date: Fri, 25 Aug 2023 12:22:06 +0300 Subject: [PATCH 4/4] added exercice 25 --- week-3/25-shirt-size/index.html | 9 ++++++++- week-3/25-shirt-size/styles.css | 5 +++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/week-3/25-shirt-size/index.html b/week-3/25-shirt-size/index.html index 9e4d606f..c6782b37 100644 --- a/week-3/25-shirt-size/index.html +++ b/week-3/25-shirt-size/index.html @@ -29,7 +29,14 @@

Your Shopping Basket

- Medium +
+ + +
1 diff --git a/week-3/25-shirt-size/styles.css b/week-3/25-shirt-size/styles.css index f2831578..84204d2b 100644 --- a/week-3/25-shirt-size/styles.css +++ b/week-3/25-shirt-size/styles.css @@ -1 +1,6 @@ /* Add your CSS below */ +.screenreader { + clip: rect(1px, 1px, 1px, 1px); + position: absolute !important; + left: -2000px; +}