-
Notifications
You must be signed in to change notification settings - Fork 2
block alignment
garevna edited this page Sep 1, 2019
·
7 revisions
<body>
<div class="box"></div>
</body>.box {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #000;
color: #fff;
width: 300px;
height: 200px;
}
Всемирная паутина
Пример
