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 :: scss !default 
Css :: html center image 
Css :: css transparent background color 
Css :: css disabled cursor not allowed 
Css :: css disable button click 
Css :: terraform rds 
Css :: text orientation css 
Css :: font-strech css 
Css :: how to put a black overlay on a photo css 
Css :: inline text and image 
Css :: how to create space inbetween text css 
Css :: add blur background css 
Css :: inner border css 
Css :: design good font color 
Css :: mettre image in the background 
Css :: make img tag take all div space 
Css :: css align backround image to the right 
Css :: font-face html 
Css :: css zebra 
Css :: html file upload without browse button 
Css :: text-align property in css 
Css :: scss import class from another file 
Css :: [deprecation] Running tailwindcss without -i, please provide an input file. 
Css :: css no purple links 
Css :: css text highlight 
Css :: removing space between words css 
Css :: how to make the header stay on the top of the page in html 
Css :: stop anchor tag scroll to top of page 
Css :: $scope.$apply 
Css :: text-indent 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =