From a9002d6cbc938d07000dab5d25580a9cbb0c45da Mon Sep 17 00:00:00 2001 From: JekkiNoopy Date: Sun, 17 May 2026 22:17:24 +0800 Subject: [PATCH] =?UTF-8?q?style=20readable=E5=9C=96=E5=88=97=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E5=BA=95=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- totoga2/readable.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/totoga2/readable.html b/totoga2/readable.html index d098aba..535ae5e 100644 --- a/totoga2/readable.html +++ b/totoga2/readable.html @@ -82,70 +82,60 @@ .container11 { width: 100%; height: 100%; - background-color: lightpink; } .container21 { float: right; width: 50%; height: 100%; - background-color: lightblue; } .container22 { float: left; width: 50%; height: 100%; - background-color: lightyellow; } .container31 { float: left; width: 33%; height: 100%; - background-color: darkblue; } .container32 { float: left; width: 33%; height: 100%; - background-color: darkgreen; } .container33 { float: right; width: 33%; height: 100%; - background-color: darkmagenta; } .container41 { float: left; width: 25%; height: 100%; - background-color: lightblue; } .container42 { float: left; width: 25%; height: 100%; - background-color: lightgreen; } .container43 { float: right; width: 25%; height: 100%; - background-color: lightpink; } .container44 { float: right; width: 25%; height: 100%; - background-color: lightyellow; } /* 圖在欄寬內鋪滿,高度由瀏覽器依 intrinsic ratio 計算(須配合上方 :has(img) 拿掉固定列高) */