2018-11-01 17:41:43 +08:00

10 lines
144 B
Plaintext

.block {
top: 50%;
left: 50%;
width: 100px;
height: 100px;
position: fixed;
margin: -50px 0 0 -50px;
background-color: #1989fa;
}