From 57e16a16fc923c9333bc814ed5143fdadedec6d3 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sun, 10 Aug 2025 18:12:19 +0000 Subject: [PATCH] add class box --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index ece2839..fb755db 100644 --- a/style.css +++ b/style.css @@ -113,3 +113,7 @@ input:not([style*="background-image:"]), textarea:not([style*="background-image:"]) { background-image: none !important; } +.box { + width: 50em; + align-text: left; +} -- 2.39.5