Fundamental Concepts in CSS

CSS Text Properties:

  • text-decoration-color: red;
  • text-decoration-style: dotted;
  • text-decoration-thickness: 7px;
  • text-indent: 23px;
  • text-overflow: clip or ellipsis;
  • word-break: break-all;

Post a Comment

0 Comments