From d88e5d6a3184bb65e1bde748115f4fcf2d9bc808 Mon Sep 17 00:00:00 2001 From: amy Date: Tue, 7 Feb 2023 10:29:53 -0600 Subject: updates i think --- html/display.html | 55 +++++++++++++++++++++++++++++++++---------------------- html/tty.html | 8 ++++++-- 2 files changed, 39 insertions(+), 24 deletions(-) (limited to 'html') diff --git a/html/display.html b/html/display.html index 718a018..ee90429 100644 --- a/html/display.html +++ b/html/display.html @@ -52,6 +52,15 @@ #root { position: relative; background-color: cornsilk; + background-image: url("src/img/wallpaper.png"); + background-repeat: no-repeat; + background-origin: content-box; + background-attachment: fixed; + background-position: center top; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; width: 90%; height: 90%; margin-left: 5%; @@ -291,15 +300,16 @@ background-color: #c7c7c7; } - textarea{ - resize:none; - background-color: rgba(0,0,0,0); - border:none; + + textarea { + resize: none; + background-color: rgba(0, 0, 0, 0); + border: none; outline: none; - overflow:scroll; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; + overflow: scroll; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; } - +
-
+ λ
-- cgit v1.2.3