text-indent
text-indent
Definition and Usage
The text-indent
property specifies the indentation of the first line in a text-block.
Note: Negative values are allowed. The first line will be indented to the left if the value is negative.div.a {
text-indent: 50px;
}
div.b {
text-indent: -2em;
}
div.c {
text-indent: 30%;
}
text-blockは、最初の行のインデントのcssプロパティを設定します.
Reference
この問題について(text-indent), 我々は、より多くの情報をここで見つけました
https://velog.io/@hqillz/text-indent
テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol
div.a {
text-indent: 50px;
}
div.b {
text-indent: -2em;
}
div.c {
text-indent: 30%;
}
Reference
この問題について(text-indent), 我々は、より多くの情報をここで見つけました https://velog.io/@hqillz/text-indentテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol