From 0ca652c37ccbd6258e1a52ebc9cb25b5d24341bd Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Fri, 20 Jun 2025 17:09:43 +0800 Subject: [PATCH] add percent --- simple.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simple.html b/simple.html index 6820633..f815095 100644 --- a/simple.html +++ b/simple.html @@ -145,7 +145,7 @@ .statement { position: absolute; - bottom: 450px; + top: 50%; left: 80%; transform: translate(-50%); color: #fff; @@ -164,7 +164,7 @@ .subtitle { position: absolute; - top: 420px; + top: 60%; left: 40%; transform: translateX(-50%); color: #000;