Chú ý điều chỉnh tranformY cho phù hợp:
.classname{
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
display: flex;
align-items: center;
justify-content: center;
transform: translateY(100px);
}
Chú ý điều chỉnh tranformY cho phù hợp:
.classname{
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
display: flex;
align-items: center;
justify-content: center;
transform: translateY(100px);
}