the input in the input box is relatively concentrated, is there any way to control the gap between them, ask for guidance!
the input in the input box is relatively concentrated, is there any way to control the gap between them, ask for guidance!
css letter-spacinng
letter-spacing: 10px;
.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 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? ...
as shown in the figure: how should css be written? : ...