Search
 
SCRIPT & CODE EXAMPLE
 

CSS

text properties css

/* Letter-Spacing: Used to specify space between the characters of the text */
letter-spacing: 0.1em;

/* Word-Spacing: It represents an additional amount of space between words. */
word-spacing: 0.4em;

/* Text-decoration: Used to add or remove text- decorations like underline, overline, line-through, or none */
text-decoration: underline;

/* Color: Used to set the color of the text */
color: cyan;

/* Text-alignment: Used to set the horizontal alignment of the text */
text-align: left;

/* Text-Transform: Permits for capitalizing the first letter of each word, capitalizing all letters of a word, using all small letters in each word, and the initial value. */
text-transform: capitalize;

/* Text-Decoration: It Allows text to be decorated by the properties like underline, overline, line-through, blink, and none. */
text-decoration: none;

/* Text-indent: Used to specify the amount of indentation */
text-indent: 3em;

/* Text-shadow: The text-shadow property is used to add shadow to the text. */
text-shadow: horizontal -shadow vertical-shadow blur-radius color|
Comment

PREVIOUS NEXT
Code Example
Css :: css counters 
Css :: vertical align span tailwindscss 
Css :: css sticky navigatiojn 
Css :: div class sr-only 
Css :: i used overflow-y : scroll but the scroll bar keep on showing 
Css :: no hover effect css 
Css :: add backdrop to modal css 
Css :: how to add space between image and text in css 
Css :: text overflow ellipsis 
Css :: tailwind @apply 
Css :: scale up and scale down animation in css 
Css :: scrollbar height css 
Css :: css wrap text next line align right 
Css :: css animation stop 
Css :: hover show scrollbar css 
Css :: test shadow css 
Css :: center image 
Css :: css round element 
Css :: css especifico para safari 
Css :: css change link color in class 
Css :: how to add outline to text in css 
Css :: input padding without changing width 
Css :: scss percentage 
Css :: how to change button gradient 
Css :: bootstrap 4 material icon vertical align 
Css :: transition timing function css 
Css :: full screen box shadow css 
Css :: linear gradient border 
Css :: css translate x and y 
Css :: how to create multicolor text in css 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =