make text cursive css code example
Example 1: make text unselectable css
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
Example 2: how to make bold text css
font-weight: normal|bold|bolder|lighter|number|initial|inherit;
font-weight: 700;