From 8b5a9ba8e01ef7fc44b07457235bb0a2849a8d8a Mon Sep 17 00:00:00 2001 From: Notoric Date: Sat, 24 Feb 2024 02:11:28 +0000 Subject: [PATCH] Removed text selecting for certain objects --- css/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/styles.css b/css/styles.css index f0f6705..1649db0 100644 --- a/css/styles.css +++ b/css/styles.css @@ -66,6 +66,7 @@ body { h1 { font-size: 10vw; text-align: center; + user-select: none; } #titleBanner { @@ -154,6 +155,7 @@ h1 { color: white; border: 5px solid black; text-shadow: black 5px 5px 5px; + user-select: none; } .carousel-item .carousel-title { @@ -165,6 +167,7 @@ h1 { font-size: 50px; margin: 0; text-shadow: black 3px 3px 3px; + width: 500px; } #carousel-container .active {