css text color border
h1 {
text-shadow: 1px 1px #ffffff;
}
css text stroke
.TEXT:hover{
-webkit-text-stroke-width: 1px; /* 1px Stroke */
-webkit-text-stroke-color: #ffffff; /* White Color */
transition: 1s /* Displays in 1 Second */
}
text outline html
.stroke
{
color: white;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
how to give text stroke in css
section .title h3
{
font-weight: 500; /* ( optional ) */
-webkit-text-stroke: 0.8px #8d8d8d !important; /* ( stroke weight + color ) */
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us