Please everyone, I am a newbie. My webpage has the following problem, what should I do?
The text in the middle part overlaps, but not all the text overlaps. Some pages are good.
cannot be displayed to the left, especially at the beginning of the letter, which should be displayed to the side.
HTML:
Hello!
Youth is like a dream, and time flies by. In a blink of an eye, you have succeeded in your studies, have grown up, and are about to fly away from campus to start a new journey in life. In order for you to take the first step into society and find a more satisfactory job, we hope to work with you to do a good job in employment!
Currently,. . . .
It should be a display problem,
Where is the complete code, and where is the CSS code
What about the complete code? What about the CSS code?
.detail-content p {
text-align: center;
color: #999;
height: 30px;
line-height: 30px;
margin-bottom: 30px;
}
.detail-word {
text-indent: 2em;
font-size: 14px;
line-height: 30px;
margin-bottom: 60px;
}
What about the complete code and CSS code
I looked at the html
If the source file is divided with P, there will be an error. If it is BR, it will be normal.
See if absolute positioning has been added to p? It seems that there is nothing wrong with the p in the CSS you sent. Is it written somewhere else?