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 1a9b832 commit 9518112
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion css/login-signup.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
body {
background: #f1f3f6;
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 */


}

#divB {
Expand Down Expand Up @@ -154,4 +160,4 @@ body {
.rightSignuppanal form{
width: 250px;
}
}
}

0 comments on commit 9518112

Please sign in to comment.