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 :: text shadow 
Css :: tailwind center vertically 
Css :: html text not wrapping 
Css :: can we use material ui and tailwind css together 
Css :: hide element using css 
Css :: input disabled remove css 
Css :: css how to make something italized 
Css :: how to use gradient on font css? 
Css :: css animation-iteration-count 
Css :: put an border around an text in css 
Css :: css text spacing 
Css :: set margin to none inside print 
Css :: horizontal scroll with css grid 
Css :: css for bigger screen size 
Css :: make web page float to center of page 
Css :: font gap css 
Css :: html center image 
Css :: style highlight css 
Css :: text gradient in css 
Css :: change font size according to screen css 
Css :: add blur background css 
Css :: can we use multiple keyframes in css 
Css :: transition shorthand 
Css :: vertical align css 
Css :: font-face html 
Css :: comment css 
Css :: insert background colour to css file 
Css :: how to add css using nativeelement in angular 
Css :: live sass compiler settings 
Css :: force css style in angular 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =