Skip to content

Commit

Permalink
Turned off text selection
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhainaFathimaM authored Aug 9, 2024
1 parent 9518112 commit 5522d51
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/contactus.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
body {
font-family: 'Arial', sans-serif;
background: linear-gradient(180deg, #FDD86C 8.1%, #FF7D1F 100%);
user-select: none; /* Disable text selection in all browsers */
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */

}


Expand Down Expand Up @@ -217,4 +222,4 @@ margin-left: 190px;

.container #comment{
margin-left:10px;
}
}

0 comments on commit 5522d51

Please sign in to comment.