as shown in the figure:
how should css be written?
:
as shown in the figure:
how should css be written?
:
if you say enter icon, then you can use befor. If you say p tag wraps, then set display:inline-block; to p, and set a div to set the width
does the outer layer set the width to wrap automatically? The
p tag comes with the display:block css attribute. You can change the display attribute of the second p tag or change the tag
title:
Yes, look at the code: jsrun
what do you mean? isn't that what it means to write normally?
Job: this is a test
p {
width: 200px;
word-break: break-all;
}
< / style >
what is the effect of this text wrapping effect?
is this what you want?
Job title, this is a test, this is a test
this is a test.
No one answered using the newline character < / br >
?
Previous: WeChat Mini Programs export export error report does not use page ()
Next: Vue v-for loops an array. The key value reports an error, but the data is displayed normally.
.saveresult { font-size: 13px; position: fixed; box-shadow:0 0 5px 3px rgba(0,0,0,.09); background-color: rgba(0,0,0,.1); border-radius: 20px; padding: 10px; width: 300px; left:50%; top:50%; transform: translate(-50%,-50%); -webkit-...
in the figure, the landing box is fixed relative to the vertical and horizontal center of the screen fix, and the width and height is a fixed value. is the same size as the blueprint on 1920-1080, but it becomes very large on the 13-inch screen of m...
the input in the input box is relatively concentrated, is there any way to control the gap between them, ask for guidance! ...
the first screen is the entire div,div with a background image. How can display the background image exactly when the browser changes its size? there is a compatibility problem with rem. with percentage layout, the width is reduced while the height ...
I saw someone say that pc pages had better be written without rem. is this because it is not supported under ie678? or are there any other drawbacks? ...