From: Emil Williams Date: Sun, 10 Aug 2025 18:12:19 +0000 (+0000) Subject: add class box X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=57e16a16fc923c9333bc814ed5143fdadedec6d3;p=emil-xolatile.top.git add class box --- 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; +}