Removed text selecting for certain objects

This commit is contained in:
Notoric 2024-02-24 02:11:28 +00:00
parent 96af159082
commit 8b5a9ba8e0
1 changed files with 3 additions and 0 deletions

View File

@ -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 {