From dcb434becef7edf239e290c072f61aebd295a875 Mon Sep 17 00:00:00 2001 From: dshrat Date: Wed, 15 Sep 2021 16:14:19 +0700 Subject: [PATCH] Modif bag page --- bag.html | 12 ++++++------ stylebag.css | 30 ++++++++++++++++++++++++++---- 2 files changed, 32 insertions(+), 10 deletions(-) diff --git a/bag.html b/bag.html index 34c980e..ce44d0b 100644 --- a/bag.html +++ b/bag.html @@ -49,7 +49,7 @@
- + @@ -57,9 +57,9 @@ - +
Item Qty Item Price
placeholder image -
+

Fashione Shoes

Size : 8

Qty : 1

@@ -70,7 +70,7 @@
placeholder image -
+

Fashione Shoes

Size : 8

Qty : 1

@@ -81,7 +81,7 @@
placeholder image -
+

Fashione Shoes

Size : 8

Qty : 1

@@ -96,7 +96,7 @@
-
Order Summary
+
Order Summary

Sub Total

diff --git a/stylebag.css b/stylebag.css index 0461d02..182b4f9 100644 --- a/stylebag.css +++ b/stylebag.css @@ -58,6 +58,15 @@ display: flex; } +.info{ + margin-left: 30px; +} +.titlesummary{ + text-align: center; + border-bottom: 1px solid white; + margin: 10px; +} + @media only screen and (max-width: 1000px){ .full-body{ display: grid !important; @@ -69,14 +78,27 @@ } -@media (max-width: 450px){ +@media (max-width: 600px){ .full-body{ - font-size: x-small ; + font-size: 5px ; } .img{ - width: 40px; - height: 40px; + width: 30px; + height: 30px; + } + .info{ + margin-left: 5px; + } + .titletr{ + word-break: keep-all; + } + .titletrdes{ + word-break: break-all; + } + .titlesummary{ + font-size: 8px; + } }