Home › Forums › CSS › line height issue › Reply To: line height issue
September 15, 2016 at 5:06 pm
#245608
Participant
Hi Alex
Okay, I created a style in my stylesheet:
.white-text {
display: inline-block;
text-shadow: 1px 1px 1px #666;
line-height: 150% !important;
font-size: 20px;
padding: 20px;
color: #fff;
}
Then in the first line I have:
<
div>
but the line-height selector still doesn’t change anything.