CSS Jak przekształcić i pozostać na szczycie strony

.class-name{
  transform: scale(0.5);
  transform-origin: top;
}
MrStonkus