Html – How can I make the text the same height as the box
I got the 2 div boxes and I want the text to be the same height as the box. I tried setting 2rem for both the font-size and the box height. Obviously that is not how I make text and…
I got the 2 div boxes and I want the text to be the same height as the box. I tried setting 2rem for both the font-size and the box height. Obviously that is not how I make text and…
my text in the p element is overwriting over next p element when I use line-height to 2px, I am new to coding please help here's the code .main-section p{ font-size: 16px; word-spacing: 1px; line-height: 2px; color: #252426; } <section…