Nat*_*man 14 css lines indentation
我有以下HTML块:
<span class='instruction_text'>
Line 1<br>
Line 2
</span>
Run Code Online (Sandbox Code Playgroud)
而instruction_text的CSS声明是:
.instruction_text {
margin-left: 70px;
font-style: italic;
color: #555;
}
Run Code Online (Sandbox Code Playgroud)
第一行有70px预期的保证金,但下一行没有缩进.如何使所有线条缩进?